ZoneCountryConnection
No description
type ZoneCountryConnection {
edges: [ZoneCountryEdge]
nodes: [ZoneCountry]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ZoneCountryConnection.edges ● [ZoneCountryEdge] list object
ZoneCountryConnection.nodes ● [ZoneCountry] list object
ZoneCountryConnection.pageInfo ● PageInfo! non-null object
ZoneCountryConnection.totalCount ● Int! non-null scalar
Member Of
ShippingZone object