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

Return type for customerDefaultAddressUpdate mutation. More...

Public Member Functions

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

Detailed Description

Return type for customerDefaultAddressUpdate mutation.

Constructor & Destructor Documentation

◆ CustomerDefaultAddressUpdatePayloadQuery()

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

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

Member Function Documentation

◆ customer()

CustomerDefaultAddressUpdatePayloadQuery Shopify.Unity.GraphQL.CustomerDefaultAddressUpdatePayloadQuery.customer ( CustomerDelegate  buildQuery)
inline

The updated customer object.

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

CustomerDefaultAddressUpdatePayloadQuery Shopify.Unity.GraphQL.CustomerDefaultAddressUpdatePayloadQuery.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: