graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Add support for SDL schema download with cli

Open Hugo-Trentesaux opened this issue 1 year ago • 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

Hugo-Trentesaux avatar Jan 31 '24 14:01 Hugo-Trentesaux