graphql-rust/graphql-client

Add support for SDL schema download with cli

Hugo-Trentesaux opened this issue · 0 comments

[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