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