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