OBJECT

ProjectCommentEdge

link GraphQL Schema definition

1type ProjectCommentEdge {
2
3cursor: String!
4
5node: ProjectComment!
6
7}