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

Return type for customerReset mutation. More...

Public Member Functions

 CustomerResetPayloadQuery (StringBuilder query)
 CustomerResetPayloadQuery is used to build queries. Typically CustomerResetPayloadQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
CustomerResetPayloadQuery customer (CustomerDelegate buildQuery)
 The customer object which was reset. More...
 
CustomerResetPayloadQuery customerAccessToken (CustomerAccessTokenDelegate buildQuery)
 A newly created customer access token object for the customer. More...
 
CustomerResetPayloadQuery customerUserErrors (CustomerUserErrorDelegate buildQuery)
 List of errors that occurred executing the mutation. More...
 
CustomerResetPayloadQuery userErrors (UserErrorDelegate buildQuery)
 List of errors that occurred executing the mutation. More...
 

Detailed Description

Return type for customerReset mutation.

Constructor & Destructor Documentation

◆ CustomerResetPayloadQuery()

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

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

Member Function Documentation

◆ customer()

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

The customer object which was reset.

◆ customerAccessToken()

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

A newly created customer access token object for the customer.

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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