ShippingZoneCountableConnection
A connection to a list of items.
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
Contains the nodes in this connection
ShippingZoneCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
shippingZones query