Shopify SDK for Unity
Public Member Functions | Properties | List of all members
Shopify.Unity.SDK.MutationResponse Class Reference

Top-level response for all GraphQL mutation queries. More...

Inheritance diagram for Shopify.Unity.SDK.MutationResponse:
Shopify.Unity.SDK.TopLevelResponse

Public Member Functions

 MutationResponse (Dictionary< string, object > dataJSON)
 
 MutationResponse (string httpError)
 
- Public Member Functions inherited from Shopify.Unity.SDK.TopLevelResponse
 TopLevelResponse (Dictionary< string, object > dataJSON)
 
 TopLevelResponse (string httpError)
 

Properties

Mutation data [get]
 
- Properties inherited from Shopify.Unity.SDK.TopLevelResponse
string HTTPError [get]
 Contains a string representing an http error. Is null if there was no http error. More...
 
Dictionary< string, object > DataJSON [get]
 Contains JSON response data from the GraphQL query. Is null if no data was returned. More...
 
string errors [get]
 Contains a list of errors as a JSON string returned by the GraphQL end point. Is null if no errors were returned. More...
 

Detailed Description

Top-level response for all GraphQL mutation queries.


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