stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > GiftCardUpdatePayload

AdminTypes.GiftCardUpdatePayload interface

Return type for giftCardUpdate mutation.

Signature:

export interface GiftCardUpdatePayload 

Properties

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.