OBJECT

ProfileProjectsWithSourceFilesEdge

link GraphQL Schema definition

1type ProfileProjectsWithSourceFilesEdge {
2
3cursor: String!
4
5node: Project!
6
7}