Schema Documentation

UserToCommentConnection

Description

Connection between the User type and the Comment type

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