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