OBJECT

PostcodeConnection

The connection type for Postcode.

link GraphQL Schema definition

  • type PostcodeConnection {
  • # A list of edges.
  • edges: [PostcodeEdge]
  • # A list of nodes.
  • nodes: [Postcode]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • }