ShippingZoneCountableConnection
No description
type ShippingZoneCountableConnection {
pageInfo: PageInfo!
edges: [ShippingZoneCountableEdge!]!
totalCount: Int
}
Fields
ShippingZoneCountableConnection.pageInfo
● PageInfo!
non-null object
Pagination data for this connection.
ShippingZoneCountableConnection.edges
● [ShippingZoneCountableEdge!]!
non-null object
ShippingZoneCountableConnection.totalCount
● Int
scalar
A total count of items in the collection.
Returned by
shippingZones
query
Member of
Warehouse
object