OBJECT

GalleryProjectsEdge

link GraphQL Schema definition

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