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