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