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