GiftCardTag
The gift card tag.
Added in Saleor 3.1type GiftCardTag implements Node {
id: ID!
name: String!
}
Fields
GiftCardTag.id
● ID!
non-null scalar miscellaneous
ID of the tag associated with a gift card.
GiftCardTag.name
● String!
non-null scalar miscellaneous
Name of the tag associated with a gift card.
Interfaces
Node
interface miscellaneous
An object with an ID
Member Of
GiftCard
object ● GiftCardTagCountableEdge
object