OBJECT

QuestionConnection

The connection type for Question.

link GraphQL Schema definition

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

link Require by