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

Return type for customerActivate mutation. More...

Public Member Functions

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

Detailed Description

Return type for customerActivate mutation.

Constructor & Destructor Documentation

◆ CustomerActivatePayloadQuery()

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

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

Member Function Documentation

◆ customer()

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

The customer object.

◆ customerAccessToken()

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

A newly created customer access token object for the customer.

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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