PostCommentsConnectionEdge
type PostCommentsConnectionEdge {
cursor: String!
node: Comment
}
Fields
PostCommentsConnectionEdge.cursor ● String! non-null scalar
PostCommentsConnectionEdge.node ● Comment object
Member Of
PostCommentsConnection object