> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/gift-cards/llms.txt)
> Source: https://docs.saleor.io/api-reference/gift-cards/queries/gift-card-tags

# giftCardTags Query

List of gift card tags.

Requires the MANAGE\_GIFT\_CARD permission.

```graphql
giftCardTags(
  filter: GiftCardTagFilterInput
  before: String
  after: String
  first: Int
  last: Int
): GiftCardTagCountableConnection
```

Details

```graphql
type GiftCardTagCountableConnection {
  pageInfo: PageInfo!
  edges: [GiftCardTagCountableEdge!]!
  totalCount: Int
}
```

<a id="arguments"></a>

### Arguments

<a id="filter"></a>

#### [`filter`](#filter) ● [`GiftCardTagFilterInput`](/api-reference/gift-cards/inputs/gift-card-tag-filter-input.md)

Filtering options for gift card tags.

<a id="before"></a>

#### [`before`](#before) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

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

<a id="after"></a>

#### [`after`](#after) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

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

<a id="first"></a>

#### [`first`](#first) ● [`Int`](/api-reference/miscellaneous/scalars/int.md)

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

<a id="last"></a>

#### [`last`](#last) ● [`Int`](/api-reference/miscellaneous/scalars/int.md)

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

<a id="type"></a>

### Type

<a id="giftcardtagcountableconnection"></a>

#### [`GiftCardTagCountableConnection`](/api-reference/gift-cards/objects/gift-card-tag-countable-connection.md)
