Skip to main content

ShippingZoneCountableConnection Object

No description

type ShippingZoneCountableConnection {
pageInfo: PageInfo!
edges: [ShippingZoneCountableEdge!]!
totalCount: Int
}

Fields

pageInfo ● PageInfo!

Pagination data for this connection.

edges ● [ShippingZoneCountableEdge!]!

totalCount ● Int

A total count of items in the collection.

Returned By

shippingZones query

Member Of

Warehouse object