stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > StaffMemberConnection

AdminTypes.StaffMemberConnection interface

An auto-generated type for paginating through multiple StaffMembers.

Signature:

export interface StaffMemberConnection 

Properties

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.