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

Represents an error in the input of a mutation. More...

Public Member Functions

 UserErrorQuery (StringBuilder query)
 UserErrorQuery is used to build queries. Typically UserErrorQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
UserErrorQuery field ()
 Path to the input field which caused the error. More...
 
UserErrorQuery message ()
 The error message. More...
 

Detailed Description

Represents an error in the input of a mutation.

Constructor & Destructor Documentation

◆ UserErrorQuery()

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

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

Member Function Documentation

◆ field()

UserErrorQuery Shopify.Unity.GraphQL.UserErrorQuery.field ( )
inline

Path to the input field which caused the error.

◆ message()

UserErrorQuery Shopify.Unity.GraphQL.UserErrorQuery.message ( )
inline

The error message.


The documentation for this class was generated from the following file: