0.0.5 • Published 5 years ago

gql-schema-dl v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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