Skip to main content

ResponseProfileCreateInput

No description

input ResponseProfileCreateInput {
about: String
aiConsent: Boolean
answers: [ProfileAnswerInput]
avatar: Int
cv: Int
dateOfBirth: Date
degree: String
email: String
gender: Gender
globalUniversity: Int
major: String
mobile: String
name: String
school: String
response: Int!
}

Fields​

ResponseProfileCreateInput.about ● String scalar​

ResponseProfileCreateInput.answers ● [ProfileAnswerInput] list input​

ResponseProfileCreateInput.avatar ● Int scalar​

ResponseProfileCreateInput.cv ● Int scalar​

ResponseProfileCreateInput.dateOfBirth ● Date scalar​

ResponseProfileCreateInput.degree ● String scalar​

ResponseProfileCreateInput.email ● String scalar​

ResponseProfileCreateInput.gender ● Gender enum​

ResponseProfileCreateInput.globalUniversity ● Int scalar​

ResponseProfileCreateInput.major ● String scalar​

ResponseProfileCreateInput.mobile ● String scalar​

ResponseProfileCreateInput.name ● String scalar​

ResponseProfileCreateInput.school ● String scalar​

ResponseProfileCreateInput.response ● Int! non-null scalar​

Member Of​

responseProfileCreate mutation