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