OBJECT

ProfileProjectsEdge

link GraphQL Schema definition

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