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