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

Return type for customerAccessTokenCreate mutation. More...

Public Member Functions

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

Detailed Description

Return type for customerAccessTokenCreate mutation.

Constructor & Destructor Documentation

◆ CustomerAccessTokenCreatePayloadQuery()

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

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

Member Function Documentation

◆ customerAccessToken()

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

The newly created customer access token object.

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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