Skip to main content
Version: 3.x

giftCardTags

List of gift card tags.

Added in Saleor 3.1
Requires MANAGE_GIFT_CARDpermission.
giftCardTags(
filter: GiftCardTagFilterInput
before: String
after: String
first: Int
last: Int
): GiftCardTagCountableConnection

Arguments

giftCardTags.filter ● GiftCardTagFilterInput input

Filtering options for gift card tags.

giftCardTags.before ● String scalar

Return the elements in the list that come before the specified cursor.

giftCardTags.after ● String scalar

Return the elements in the list that come after the specified cursor.

giftCardTags.first ● Int scalar

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

Retrieve the last n elements from the list. Note that the system only allows fetching a maximum of 100 objects in a single query.

Type

GiftCardTagCountableConnection object


Was this page helpful?