stack

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

AdminTypes.CustomerPaymentMethodConnection interface

An auto-generated type for paginating through multiple CustomerPaymentMethods.

Signature:

export interface CustomerPaymentMethodConnection 

Properties

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.