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