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