ResponseProfileUpdateInput
No description
input ResponseProfileUpdateInput {
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
id: Int!
}
Fields
ResponseProfileUpdateInput.about
● String
scalar
ResponseProfileUpdateInput.aiConsent
● Boolean
scalar
ResponseProfileUpdateInput.answers
● [ProfileAnswerInput]
list input
ResponseProfileUpdateInput.avatar
● Int
scalar
ResponseProfileUpdateInput.cv
● Int
scalar
ResponseProfileUpdateInput.dateOfBirth
● Date
scalar
ResponseProfileUpdateInput.degree
● String
scalar
ResponseProfileUpdateInput.email
● String
scalar
ResponseProfileUpdateInput.gender
● Gender
enum
ResponseProfileUpdateInput.globalUniversity
● Int
scalar
ResponseProfileUpdateInput.major
● String
scalar
ResponseProfileUpdateInput.mobile
● String
scalar
ResponseProfileUpdateInput.name
● String
scalar
ResponseProfileUpdateInput.school
● String
scalar
ResponseProfileUpdateInput.id
● Int!
non-null scalar
Member Of
responseProfileUpdate
mutation