DateAnswer
No description
type DateAnswer {
createdAt: ISO8601DateTime!
id: Int!
position: Int!
question: Question!
questionId: Int!
response: Response!
responseId: Int!
updatedAt: ISO8601DateTime!
value: ISO8601Date!
}
Fields
DateAnswer.createdAt ● ISO8601DateTime! non-null scalar
DateAnswer.id ● Int! non-null scalar
DateAnswer.position ● Int! non-null scalar
DateAnswer.question ● Question! non-null object
DateAnswer.questionId ● Int! non-null scalar
DateAnswer.response ● Response! non-null object
DateAnswer.responseId ● Int! non-null scalar
DateAnswer.updatedAt ● ISO8601DateTime! non-null scalar
DateAnswer.value ● ISO8601Date! non-null scalar
Implemented by
AnswerUnion union