Skip to main content

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

Member Of

Seller object ● Warehouse object

Was this page helpful?