OBJECT

ContactConnection

The connection type for Contact.

link GraphQL Schema definition

  • type ContactConnection {
  • # A list of edges.
  • edges: [ContactEdge]
  • # A list of nodes.
  • nodes: [Contact]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • }

link Require by