apollographql / apollo-rs

Spec compliant GraphQL Tools in Rust.
Apache License 2.0
566 stars 45 forks source link

Introspection #737

Closed yanns closed 10 months ago

yanns commented 10 months ago

update to main

SimonSapin commented 10 months ago

Thanks! Are you already using this?

We plan to focus on introspection again starting next week, and likely merge it as a module of the compiler crate.

yanns commented 10 months ago

Are you already using this?

Not yet, but I'm working on it, as an alternative to the current introspection based on js. I'm in the lucky situation that I can try things on shadowed GraphQL requests, being able to compare responses without impacting users.