Home > @infiniteobjects/shopify-data-manager > AdminTypes > GiftCardConnection
An auto-generated type for paginating through multiple GiftCards.
Signature:
export interface GiftCardConnection
| Property | Modifiers | Type | Description |
|---|---|---|---|
| edges | Array<GiftCardEdge> | A list of edges. | |
| nodes | Array<GiftCard> | A list of the nodes contained in GiftCardEdge. | |
| pageInfo | PageInfo | Information to aid in pagination. |