INPUT_OBJECT

VariantDeleteMutationInput

Autogenerated input type of VariantDeleteMutation

link GraphQL Schema definition

  • input VariantDeleteMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the existing variant.
  • id: ID!
  • }