ProfileAnswerInput
No description
input ProfileAnswerInput {
body: String
data: String
datetimeValue: DateTime
floatValue: Float
integerValue: Int
media: Int
choiceOthers: Boolean
choices: [Int]
status: ResponseStatus
values: [SurveyAnswerValueInput]
question: Int!
}
Fields
ProfileAnswerInput.body
● String
scalar
ProfileAnswerInput.data
● String
scalar
ProfileAnswerInput.datetimeValue
● DateTime
scalar
ProfileAnswerInput.floatValue
● Float
scalar
ProfileAnswerInput.integerValue
● Int
scalar
ProfileAnswerInput.media
● Int
scalar
ProfileAnswerInput.choiceOthers
● Boolean
scalar
ProfileAnswerInput.choices
● [Int]
list scalar
ProfileAnswerInput.status
● ResponseStatus
enum
ProfileAnswerInput.values
● [SurveyAnswerValueInput]
list input
ProfileAnswerInput.question
● Int!
non-null scalar
Member Of
ResponseProfileCreateInput
input ● ResponseProfileUpdateInput
input