PointsOfSaleConnection
No description
type PointsOfSaleConnection {
items: [PointOfSale!]!
nextToken: String
}
Fields
PointsOfSaleConnection.items ● [PointOfSale!]! non-null object
List of the authorized users
PointsOfSaleConnection.nextToken ● String scalar
The string that you use in a subsequent request to get the next page of results in a paginated response.
Returned By
pointsOfSale query