CommentEdge
Last updated
Was this helpful?
The edge type for CommentConnection
type CommentEdge {
cursor: String
node: Comment
}String scalarThe cursor of this item for pagination.
Comment objectThe actual comment.
CommentConnection object
Last updated
Was this helpful?
Was this helpful?