OBJECT

ProjectCommentConnection

link GraphQL Schema definition

1type ProjectCommentConnection {
2
3edges: [ProjectCommentEdge]!
4
5nodes: [ProjectComment]!
6
7pageInfo: PageInfo!
8
9}

link Required by