giftCardTags
List of gift card tags.
Added in Saleor 3.1giftCardTags(
filter: GiftCardTagFilterInput
before: String
after: String
first: Int
last: Int
): GiftCardTagCountableConnection
Arguments
giftCardTags.filter
● GiftCardTagFilterInput
input gift-cards
Filtering options for gift card tags.
giftCardTags.before
● String
scalar miscellaneous
Return the elements in the list that come before the specified cursor.
giftCardTags.after
● String
scalar miscellaneous
Return the elements in the list that come after the specified cursor.
giftCardTags.first
● Int
scalar miscellaneous
Retrieve the first n elements from the list. Note that the system only allows fetching a maximum of 100 objects in a single query.
giftCardTags.last
● Int
scalar miscellaneous
Retrieve the last n elements from the list. Note that the system only allows fetching a maximum of 100 objects in a single query.