github graphprotocol/graph-tooling v0.5.1

latest releases: @graphprotocol/graph-cli@0.71.1, @graphprotocol/graph-ts@0.35.1, @graphprotocol/graph-cli@0.71.0...
5 years ago
  • Fix #169 (handling optional boolean, i32 and other primitive entity attributes incorrectly).
    • To unset primitive fields, entity.unset('fieldName') is now the way to go.
    • To explicitly check whether any field is set on an en entity, use entity.isSet('fieldName').
  • Fix graphprotocol/graph-node#600 (data from different entities being mixed up due to non-deterministic use of previously used memory).

Don't miss a new graph-tooling release

NewReleases is sending notifications on new releases.