OBJECT
ReconzPostcodeConnection
The connection type for ReconzPostcode.
link GraphQL Schema definition
- type ReconzPostcodeConnection {
- # A list of edges.
- : [ReconzPostcodeEdge]
- # A list of nodes.
- : [ReconzPostcode]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- # Total # of pages, based on total count and pagesize
- : Int!
- }