INPUT_OBJECT

CouponDefinitionCreateInput

Autogenerated input type of CouponDefinitionCreate

link GraphQL Schema definition

  • input CouponDefinitionCreateInput {
  • name: String!
  • description: String
  • metadata: Metadata
  • productVariantId: HashId!
  • # An ID that references an organization that will own this object. Can be empty if
  • # user belongs to only one organization.
  • organizationId: HashId
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • }

link Require by