Custom Subgraph Query
Requirements
Tutorial
1. Create a folder for custom graphql queries
2. Inside that folder, create a "Resources" folder and a "Scripts" folder
3. In the Resources folder, create a text file that contains the GraphQL query
query GetAssetName {{
asset ( id: "{0}-{1}" ) {{
name
}}
}}4. Create Query Script
5. Use the Custom Query
Last updated