stack

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

AdminTypes.CustomerConnection interface

An auto-generated type for paginating through multiple Customers.

Signature:

export interface CustomerConnection 

Properties

Property Modifiers Type Description
edges   Array<CustomerEdge> A list of edges.
nodes   Array<Customer> A list of the nodes contained in CustomerEdge.
pageInfo   PageInfo Information to aid in pagination.