OBJECT
ProjectCommentConnection
link GraphQL Schema definition
1 type ProjectCommentConnection { 2 3 ProjectCommentEdge]! : [ 4 5 ProjectComment]! : [ 6 7 PageInfo! : 8 9 }
OBJECT
1 type ProjectCommentConnection { 2 3 ProjectCommentEdge]! : [ 4 5 ProjectComment]! : [ 6 7 PageInfo! : 8 9 }