OBJECT
ProjectConnection
The connection type for Project.
link GraphQL Schema definition
- type ProjectConnection {
- # A list of edges.
- : [ProjectEdge]
- # A list of nodes.
- : [Project]
- # Information to aid in pagination.
- : PageInfo!
- # Identifies the total count of items in the connection.
- : Int!
- }