OBJECT

AppreciatedProjectsEdge

link GraphQL Schema definition

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