OBJECT
PostcodeConnection
The connection type for Postcode.
link GraphQL Schema definition
- type PostcodeConnection {
- # A list of edges.
- : [PostcodeEdge]
- # A list of nodes.
- : [Postcode]
- # Information to aid in pagination.
- : PageInfo!
- }
OBJECT
The connection type for Postcode.
- type PostcodeConnection {
- # A list of edges.
- : [PostcodeEdge]
- # A list of nodes.
- : [Postcode]
- # Information to aid in pagination.
- : PageInfo!
- }