OBJECT

AddresssConnection

The connection type for Address.

link GraphQL Schema definition

  • type AddresssConnection {
  • # A list of edges.
  • edges: [AddresssEdge]
  • # A list of nodes.
  • nodes: [Address]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }