apollographql / federation-rs

Contains source code for Apollo Federation's Rust<--> JavaScript interop
Other
35 stars 23 forks source link

Add JSONSchema generation support for `supergraph.yaml` files #582

Open dylan-apollo opened 1 week ago

dylan-apollo commented 1 week ago

This was done as a one-off for our extension (which will soon include validation for supergraph.yaml files!), but I figure we should keep it around so we can regenerate again in the future.

We can/should also add a command in rover to do this, similar to the equivalent of router, so folks can generate schemas for their IDEs of choice.

Removes camino because it is not supported by schemars.