stack

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

AdminTypes.CheckoutProfileConnection interface

An auto-generated type for paginating through multiple CheckoutProfiles.

Signature:

export interface CheckoutProfileConnection 

Properties

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