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