UpdateProfileInput
Autogenerated input type of UpdateProfile
input UpdateProfileInput {
name: String
lastName: String
jobPosition: JobPositionsEnum
avatar: Upload
generate2fa: Boolean
companyId: ID
clientMutationId: String
}
Fields
UpdateProfileInput.name
● String
scalar
UpdateProfileInput.lastName
● String
scalar
UpdateProfileInput.jobPosition
● JobPositionsEnum
enum
UpdateProfileInput.avatar
● Upload
scalar
The profile avatar of the user
UpdateProfileInput.generate2fa
● Boolean
scalar
Generate a new 2FA for the user
UpdateProfileInput.companyId
● ID
scalar
The company ID for profile updates
UpdateProfileInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
Member Of
updateProfile
mutation