QuestionPool
No description
type QuestionPool {
id: ID!
label: String!
questions: [Question!]
subsetSize: Int
}
No description
type QuestionPool {
id: ID!
label: String!
questions: [Question!]
subsetSize: Int
}
QuestionPool.id
● ID!
non-null scalarQuestionPool.label
● String!
non-null scalarQuestionPool.questions
● [Question!]
list objectQuestionPool.subsetSize
● Int
scalar