OBJECT

ProfileProjectsWithSourceFilesConnection

link GraphQL Schema definition

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

link Required by