Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCodeDeactivatePayload
Return type for discountCodeDeactivate
mutation.
Signature:
export interface DiscountCodeDeactivatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
codeDiscountNode? | Maybe<DiscountCodeNode> | (Optional) The deactivated code discount. | |
userErrors | Array<DiscountUserError> | The list of errors that occurred from executing the mutation. |