OBJECT

ProjectModuleEdge

link GraphQL Schema definition

1type ProjectModuleEdge {
2
3cursor: String!
4
5node: ProjectModule!
6
7}