apollographql / federation-next

Moved to the Router repository
https://github.com/apollographql/router/tree/dev/apollo-federation
Other
19 stars 1 forks source link

Draft WASM validation logic #269

Closed nicholascioli closed 4 months ago

nicholascioli commented 4 months ago

This commit adds a partial implementation of validation of a string schema, which will be useful in WASM contexts where operating on Rust types does not work.

This implementation is partial as it can still trigger a panic if a directive is invalid.

nicholascioli commented 4 months ago

This is no longer needed, as it is out of date and will be made anew.