graph-tooling icon indicating copy to clipboard operation
graph-tooling copied to clipboard

explore introducing validation function from `graph-node`

Open saihaj opened this issue 2 years ago • 0 comments

Today we have to re-write the validation logic from graph-node to graph-cli which is tedious and duplicated effort. Similar to #1543 we can explore using Napi for validation functions. Here is an attempt a crate in graph-node which can be used for schema validation https://github.com/graphprotocol/graph-node/pull/5072

saihaj avatar Dec 13 '23 21:12 saihaj