Skip to main content

NumberAnswer

No description

type NumberAnswer {
createdAt: ISO8601DateTime!
id: Int!
position: Int!
question: Question!
questionId: Int!
response: Response!
responseId: Int!
updatedAt: ISO8601DateTime!
value: Int!
}

Fields

NumberAnswer.createdAt ● ISO8601DateTime! non-null scalar

NumberAnswer.id ● Int! non-null scalar

NumberAnswer.position ● Int! non-null scalar

NumberAnswer.question ● Question! non-null object

NumberAnswer.questionId ● Int! non-null scalar

NumberAnswer.response ● Response! non-null object

NumberAnswer.responseId ● Int! non-null scalar

NumberAnswer.updatedAt ● ISO8601DateTime! non-null scalar

NumberAnswer.value ● Int! non-null scalar

Implemented by

AnswerUnion union