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

Return type for customerAddressCreate mutation. More...

Public Member Functions

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

Detailed Description

Return type for customerAddressCreate mutation.

Constructor & Destructor Documentation

◆ CustomerAddressCreatePayloadQuery()

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

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

Member Function Documentation

◆ customerAddress()

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

The new customer address object.

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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