OBJECT
The connection type for Question.
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! }