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

Return type for customerRecover mutation. More...

Public Member Functions

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

Detailed Description

Return type for customerRecover mutation.

Constructor & Destructor Documentation

◆ CustomerRecoverPayloadQuery()

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

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

Member Function Documentation

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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