giftCardAddNote
Adds note to the gift card.
Added in Saleor 3.1giftCardAddNote(
id: ID!
input: GiftCardAddNoteInput!
): GiftCardAddNote
Arguments
giftCardAddNote.id
● ID!
non-null scalar
ID of the gift card to add a note for.
giftCardAddNote.input
● GiftCardAddNoteInput!
non-null input
Fields required to create a note for the gift card.
Type
GiftCardAddNote
object
Adds note to the gift card.
Added in Saleor 3.1
Was this page helpful?