PostCommentsConnection
type PostCommentsConnection {
edges: [PostCommentsConnectionEdge]
pageInfo: PageInfo!
}
Fields
PostCommentsConnection.edges ● [PostCommentsConnectionEdge] list object
PostCommentsConnection.pageInfo ● PageInfo! non-null object
Member Of
Post object