OBJECT

CommentConnection

The connection type for Comment.

link GraphQL Schema definition

  • type CommentConnection {
  • cursors: [String!]!
  • # A list of edges.
  • edges: [CommentEdge]
  • # A list of nodes.
  • nodes: [Comment]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }

link Require by