UpdateProfileInput
Autogenerated input type of UpdateProfile
input UpdateProfileInput {
name: String
lastName: String
jobPosition: JobPositionsEnum
clientMutationId: String
companyId: ID
}
Fields
UpdateProfileInput.name
● String
scalar
UpdateProfileInput.lastName
● String
scalar
UpdateProfileInput.jobPosition
● JobPositionsEnum
enum
UpdateProfileInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateProfileInput.companyId
● ID
scalar
Member Of
updateProfile
mutation