INPUT_OBJECT
Autogenerated input type of UserUpdateMutation
input UserUpdateMutationInput {# A unique identifier for the client performing the mutation.clientMutationId: StringuserId: ID# Attributes to assign to the user updated.attributes: UserInput}