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