giftCardAddNote Mutation
Adds note to the gift card.
Triggers the following webhook events:
- GIFT_CARD_UPDATED (async): A gift card was updated.
giftCardAddNote(
id: ID!
input: GiftCardAddNoteInput!
): GiftCardAddNote
Show return type
Arguments
id ● ID!
ID of the gift card to add a note for.
input ● GiftCardAddNoteInput!
Fields required to create a note for the gift card.
Type
GiftCardAddNote
Adds note to the gift card.
Triggers the following webhook events:
- GIFT_CARD_UPDATED (async): A gift card was updated.