INPUT_OBJECT

UserCreateMutationInput

Autogenerated input type of UserCreateMutation

link GraphQL Schema definition

  • input UserCreateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • sellerId: ID
  • # Attributes to assign to the new user.
  • attributes: UserCreateSecondaryInput!
  • }