OBJECT

AddressConnection

The connection type for Address.

link GraphQL Schema definition

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

link Require by