Home > @infiniteobjects/shopify-data-manager > AdminTypes > GiftCardDisablePayload
Return type for giftCardDisable mutation.
Signature:
export interface GiftCardDisablePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| giftCard? | Maybe<GiftCard> | (Optional) The disabled gift card. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |