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