ZoneCityConnection
No description
type ZoneCityConnection {
edges: [ZoneCityEdge]
nodes: [ZoneCity]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ZoneCityConnection.edges ● [ZoneCityEdge] list object
ZoneCityConnection.nodes ● [ZoneCity] list object
ZoneCityConnection.pageInfo ● PageInfo! non-null object
ZoneCityConnection.totalCount ● Int! non-null scalar
Member Of
ZoneState object
Implemented By
CityUnion union