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

Return type for customerAddressDelete mutation. More...

Public Member Functions

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

Detailed Description

Return type for customerAddressDelete mutation.

Constructor & Destructor Documentation

◆ CustomerAddressDeletePayloadQuery()

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

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

Member Function Documentation

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ deletedCustomerAddressId()

CustomerAddressDeletePayloadQuery Shopify.Unity.GraphQL.CustomerAddressDeletePayloadQuery.deletedCustomerAddressId ( )
inline

ID of the deleted customer address.

◆ userErrors()

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