ShippingZoneConnection
No description
type ShippingZoneConnection {
edges: [ShippingZoneEdge]
nodes: [ShippingZone]
pageInfo: PageInfo!
totalCount: Int!
}
No description
type ShippingZoneConnection {
edges: [ShippingZoneEdge]
nodes: [ShippingZone]
pageInfo: PageInfo!
totalCount: Int!
}
ShippingZoneConnection.edges ● [ShippingZoneEdge] list objectShippingZoneConnection.nodes ● [ShippingZone] list objectShippingZoneConnection.pageInfo ● PageInfo! non-null objectShippingZoneConnection.totalCount ● Int! non-null scalar