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