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