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

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

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

Public Member Functions

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

Properties

QueryRoot 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 queries.


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