graphprotocol-utils icon indicating copy to clipboard operation
graphprotocol-utils copied to clipboard

Results 3 graphprotocol-utils issues
Sort by recently updated
recently updated
newest added

``` 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...