graphprotocol-utils
graphprotocol-utils copied to clipboard
``` let offer = MarketplaceOffer.load(events.id(event)); ``` the 0.24 types of 'event' are not compatible with the 0.26 types Workaround right now is to use yarn resolutions ``` "resolutions": { "@graphprotocol/graph-ts":...
I saw the video of your talk at EthCC, unfortunately I could not attend that day, and wanted to know how this tool is used in addition to oz tool.
Graph tooling 0.97.0 enforces the use of immutable, even for things where immutable is false. It would be great if the compiler could do this automatically. This way no change...