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