Schema Documentation

CommentToCommentConnection

Description

Connection between the Comment type and the Comment type

Fields
Field NameDescription
edges - [CommentToCommentConnectionEdge!]! Edges for the CommentToCommentConnection connection
nodes - [Comment!]! The nodes of the connection, without the edges
pageInfo - CommentToCommentConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[CommentToCommentConnectionEdge],"nodes":[Comment],"pageInfo":CommentToCommentConnectionPageInfo}