graphql-rust / graphql-client

Typed, correct GraphQL requests and responses in Rust
Apache License 2.0
1.14k stars 157 forks source link

Add support for SDL schema download with cli #474

Open Hugo-Trentesaux opened 8 months ago

Hugo-Trentesaux commented 8 months ago

[feature request]

graphql-client-cli has support for json format schema download with

graphql-client introspect-schema $URL

it could be nice to allow SDL format (schema definition langage) and do something like:

graphql-client introspect-schema $URL --output-format sdl > schema.graphql