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

Return type for customerUpdate mutation. More...

Public Member Functions

 CustomerUpdatePayloadQuery (StringBuilder query)
 CustomerUpdatePayloadQuery is used to build queries. Typically CustomerUpdatePayloadQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
CustomerUpdatePayloadQuery customer (CustomerDelegate buildQuery)
 The updated customer object. More...
 
CustomerUpdatePayloadQuery customerAccessToken (CustomerAccessTokenDelegate buildQuery)
 The newly created customer access token. If the customer's password is updated, all previous access tokens (including the one used to perform this mutation) become invalid, and a new token is generated. More...
 
CustomerUpdatePayloadQuery customerUserErrors (CustomerUserErrorDelegate buildQuery)
 List of errors that occurred executing the mutation. More...
 
CustomerUpdatePayloadQuery userErrors (UserErrorDelegate buildQuery)
 List of errors that occurred executing the mutation. More...
 

Detailed Description

Return type for customerUpdate mutation.

Constructor & Destructor Documentation

◆ CustomerUpdatePayloadQuery()

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

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

Member Function Documentation

◆ customer()

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

The updated customer object.

◆ customerAccessToken()

CustomerUpdatePayloadQuery Shopify.Unity.GraphQL.CustomerUpdatePayloadQuery.customerAccessToken ( CustomerAccessTokenDelegate  buildQuery)
inline

The newly created customer access token. If the customer's password is updated, all previous access tokens (including the one used to perform this mutation) become invalid, and a new token is generated.

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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