OBJECT
TerritoryCountyConnection
The connection type for TerritoryCounty.
link GraphQL Schema definition
- type TerritoryCountyConnection {
- : [String!]!
- # A list of edges.
- : [TerritoryCountyEdge]
- # A list of nodes.
- : [TerritoryCounty]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }