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

Return type for customerResetByUrl mutation. More...

Public Member Functions

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

Detailed Description

Return type for customerResetByUrl mutation.

Constructor & Destructor Documentation

◆ CustomerResetByUrlPayloadQuery()

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

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

Member Function Documentation

◆ customer()

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

The customer object which was reset.

◆ customerAccessToken()

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

A newly created customer access token object for the customer.

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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