Skip to content

Files

Latest commit

 

History

History
24 lines (18 loc) · 849 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 849 Bytes

Download a GraphQL schema

Dead simple way to download a GraphQL schema and save it to a file

oclif Version Downloads/week License

Usage

USAGE
$ npm i -g gql-schema-dl
$ gql-schema-dl [ENDPOINT]

ARGUMENTS
  ENDPOINT  URI to your GraphQL endpoint, ex: https://api.example.com/graphql

OPTIONS
  -h, --help     show CLI help
  -o, --out=out  [default: schema.graphql] File name of downloaded schema
  -v, --version  show CLI version