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