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