stack

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

AdminTypes.MailingAddressConnection interface

An auto-generated type for paginating through multiple MailingAddresses.

Signature:

export interface MailingAddressConnection 

Properties

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