OBJECT

ProfileProjectsConnection

link GraphQL Schema definition

1type ProfileProjectsConnection {
2
3edges: [ProfileProjectsEdge]!
4
5nodes: [Project]!
6
7pageInfo: PageInfo!
8
9}

link Required by