Hi!
To reduce the amount of data on-chain, I created a field in my smart contract which is a string, that points to a json object. But I still want the data in this json to be indexable, so I would like to query the url in my mapping.ts. Then I could unwrap the JSON into an object and save it on the graph.
I tried to use axios, but I can’t import it, is there any proper way to query outside data?
Hey @mhaas - questions about subgraph development are best asked in the Graph Protocol Discord, in the #subgraph-development or #hosted-service channel