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