Skip to main content

giftCardConnection

Fetch gift cards purchased by a customer

giftCardConnection(
filter: GiftCardFilter
first: Int! = 20
after: String
offset: Int! = 0
sort: GiftCardSort
): GiftCardConnection!

Arguments

filter ● GiftCardFilter

Manage what data you will get

first ● Int!

How many categories will be fetched. (default: 20, max: 200)

after ● String

Cursor based pagination for the gift cards fetched.

offset ● Int!

Offset based pagination for the gift cards fetched.

sort ● GiftCardSort

Which algorithms we will sort by. (default: id in ascending order)

Type

GiftCardConnection

Representation of a paginated connection of gitcards