obi1kenobi / trustfall

A query engine for any combination of data sources. Query your files and APIs as if they were databases!
Apache License 2.0
2.38k stars 69 forks source link

Add information to unimplemented! messages #540

Closed fprasx closed 8 months ago

fprasx commented 8 months ago

The first time I ran trustfall_stubgen this is what I saw:

thread 'main' panicked at~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trustfall_core-0.7.1/src/schema/mod.rs:163:46:
not implemented
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

This should alleviate that a bit. At some point, we should also have a reference detailing the difference between Trustfall and GraphQl schemas.

fprasx commented 8 months ago

Pushed a format, should pass now