OBJECT
ContactAccountRelationEntityConnection
link GraphQL Schema definition
- type ContactAccountRelationEntityConnection {
- # Pagination data for this connection.
- : PageInfo!
- # Contains the nodes in this connection.
- : [ContactAccountRelationEntityEdge]!
- # Total number of items in the connection.
- : Int
- }