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