Schema Documentation

RootQueryToCommentConnection

Description

Connection between the RootQuery type and the Comment type

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