UpdateMyProfileInput
Autogenerated input type of UpdateMyProfile
input UpdateMyProfileInput {
clientMutationId: String
firstName: String!
lastName: String!
}
Fields
UpdateMyProfileInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateMyProfileInput.firstName ● String! non-null scalar
UpdateMyProfileInput.lastName ● String! non-null scalar
Member Of
updateMyProfile mutation