Custom Subgraph Query
Last updated
Last updated
Familiarity with GraphQL queries and The Graph queries (see )
A Unity project with the Rawrshak SDK installed
Filename: GetAssetName.txt
Notes:
GraphQL query syntax "{" and "}" must be replaced with "{{" and "}}"
Query parameters are indexed. {0}
and {1}
indicate the first parameter and second parameter for the query.
Notes:
This script should inherit from QueryBase
queryWithArgs
format string should match the number of inputs in the GetAssetName.txt
Subgraph
object is in the Rawrshak SDK. If pointing to a different subgraph, replace this with the correct subgraph source uri
The ReturnData object should match the serializable json object returned by the query
To use the query:
Please check out the and Pages for more info