OBJECT

ContactTypeEntityConnection

link GraphQL Schema definition

  • type ContactTypeEntityConnection {
  • # Pagination data for this connection.
  • pageInfo: PageInfo!
  • # Contains the nodes in this connection.
  • edges: [ContactTypeEntityEdge]!
  • # Total number of items in the connection.
  • totalCount: Int
  • }