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!
  • # Identifies the total count of items in the connection.
  • total: Long!
  • }