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