For the complete documentation index, see llms.txt. This page is also available as Markdown.

CommentEdge

The edge type for CommentConnection

type CommentEdge {
  cursor: String
  node: Comment
}

Fields

cursor ● String scalar

The cursor of this item for pagination.

node ● Comment object

The actual comment.

Member Of

CommentConnection object

Last updated

Was this helpful?