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