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