INPUT_OBJECT

SellerCreateMutationInput

Autogenerated input type of SellerCreateMutation

link GraphQL Schema definition

  • input SellerCreateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Attributes for creating a seller.
  • attributes: SellerInput!
  • }