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

Return type for customerCreate mutation. More...

Public Member Functions

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

Detailed Description

Return type for customerCreate mutation.

Constructor & Destructor Documentation

◆ CustomerCreatePayloadQuery()

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

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

Member Function Documentation

◆ customer()

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

The created customer object.

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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