Add support for SDL schema download with cli
Hugo-Trentesaux opened this issue · 0 comments
Hugo-Trentesaux commented
[feature request]
graphql-client-cli has support for json format schema download with
graphql-client introspect-schema $URLit could be nice to allow SDL format (schema definition langage) and do something like:
graphql-client introspect-schema $URL --output-format sdl > schema.graphql