graphql-client
graphql-client copied to clipboard
Add support for SDL schema download with cli
[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