INPUT_OBJECT

UserUpdateMutationInput

Autogenerated input type of UserUpdateMutation

link GraphQL Schema definition

  • input UserUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • userId: ID
  • # Attributes to assign to the user updated.
  • attributes: UserInput
  • }