Schema Documentation

DeleteCouponInput

Description

Input for the deleteCoupon mutation

Fields
Input FieldDescription
clientMutationId - String

This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions.

forceDelete - Boolean

Delete the object. Set to "false" by default.

id - ID!

Unique identifier for the object.

Example
{"clientMutationId":"xyz789","forceDelete":true,"id":4}