INPUT_OBJECT

SellerUpdateMutationInput

Autogenerated input type of SellerUpdateMutation

link GraphQL Schema definition

  • input SellerUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • sellerId: ID
  • # Attributes to assign to the seller.
  • attributes: SellerUpdateInput
  • }