INPUT_OBJECT

PromotionUpsertMutationInput

Autogenerated input type of PromotionUpsertMutation

link GraphQL Schema definition

  • input PromotionUpsertMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • promotionId: ID
  • sellerId: ID
  • # Attributes to assign to the promotion.
  • attributes: PromotionInput!
  • }