PointsOfSaleConnection
Paginated list of points of sale.
type PointsOfSaleConnection {
items: [PointOfSale!]!
nextToken: String
}
Fields
PointsOfSaleConnection.items ● [PointOfSale!]! non-null object
Page items.
PointsOfSaleConnection.nextToken ● String scalar
Cursor for the next page. Pass as token in the next request. Null when there are no more pages.
Returned By
pointsOfSale query
¿Te ha resultado útil esta página?