OBJECT

ContactAccountRelationEntityConnection

link GraphQL Schema definition

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