Anchor to MailingAddressConnectionMailing
connectionMailing Address Connection
An auto-generated type for paginating through multiple MailingAddresses.
Anchor to Fields with this connectionFields with this connection
- •OBJECT
A customer account with the shop. Includes data such as contact information, addresses and marketing preferences for logged-in customers, so they don't have to provide these details at every checkout.
Access the customer through the
customerquery using a customer access token obtained from themutation.The object implements the
interface, enabling retrieval of custom data associated with the customer.
Was this section helpful?
Anchor to Possible returnsPossible returns
- edges ([MailingAddressEdge!]!)
- nodes ([MailingAddress!]!)
- pageInfo (PageInfo!)
- Anchor to edgesedges•[Mailing
Address Edge!]! non-null A list of edges.
- Anchor to nodesnodes•[Mailing
Address!]! non-null A list of the nodes contained in MailingAddressEdge.
- Anchor to pageInfopage•Page
Info Info! non-null Information to aid in pagination.
Was this section helpful?