OBJECT
ProjectConnection
A list of projects owned by the subject.
link GraphQL Schema definition
- type ProjectConnection {
- # A list of edges.
- : [ProjectEdge]
- # Information to aid in pagination.
- : PageInfo!
- }
OBJECT
A list of projects owned by the subject.
- type ProjectConnection {
- # A list of edges.
- : [ProjectEdge]
- # Information to aid in pagination.
- : PageInfo!
- }