Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.GraphQL.CustomerAddressUpdatePayloadQuery Class Reference

Return type for customerAddressUpdate mutation. More...

Public Member Functions

 CustomerAddressUpdatePayloadQuery (StringBuilder query)
 CustomerAddressUpdatePayloadQuery is used to build queries. Typically CustomerAddressUpdatePayloadQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
CustomerAddressUpdatePayloadQuery customerAddress (MailingAddressDelegate buildQuery)
 The customer’s updated mailing address. More...
 
CustomerAddressUpdatePayloadQuery customerUserErrors (CustomerUserErrorDelegate buildQuery)
 List of errors that occurred executing the mutation. More...
 
CustomerAddressUpdatePayloadQuery userErrors (UserErrorDelegate buildQuery)
 List of errors that occurred executing the mutation. More...
 

Detailed Description

Return type for customerAddressUpdate mutation.

Constructor & Destructor Documentation

◆ CustomerAddressUpdatePayloadQuery()

Shopify.Unity.GraphQL.CustomerAddressUpdatePayloadQuery.CustomerAddressUpdatePayloadQuery ( StringBuilder  query)
inline

CustomerAddressUpdatePayloadQuery is used to build queries. Typically CustomerAddressUpdatePayloadQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery.

Member Function Documentation

◆ customerAddress()

CustomerAddressUpdatePayloadQuery Shopify.Unity.GraphQL.CustomerAddressUpdatePayloadQuery.customerAddress ( MailingAddressDelegate  buildQuery)
inline

The customer’s updated mailing address.

◆ customerUserErrors()

CustomerAddressUpdatePayloadQuery Shopify.Unity.GraphQL.CustomerAddressUpdatePayloadQuery.customerUserErrors ( CustomerUserErrorDelegate  buildQuery)
inline

List of errors that occurred executing the mutation.

◆ userErrors()

CustomerAddressUpdatePayloadQuery Shopify.Unity.GraphQL.CustomerAddressUpdatePayloadQuery.userErrors ( UserErrorDelegate  buildQuery)
inline

List of errors that occurred executing the mutation.

Deprecated:
Use customerUserErrors instead

The documentation for this class was generated from the following file: