Skip to main content

UpdateMyProfileInput

UpdateMyProfileInput is the input type for updating a user's profile.

input UpdateMyProfileInput {
firstName: String!
surname: String!
middleName: String!
phoneNumber: String!
email: String!
}

Fields

UpdateMyProfileInput.firstName ● String! non-null scalar

The user's first name.

UpdateMyProfileInput.surname ● String! non-null scalar

The user's surname.

UpdateMyProfileInput.middleName ● String! non-null scalar

The user's middle name.

UpdateMyProfileInput.phoneNumber ● String! non-null scalar

The user's phone number.

UpdateMyProfileInput.email ● String! non-null scalar

The user's login and contact email.

Member Of

updateMyProfile mutation