Skip to content

Takes a GraphQL endpoint and downloads the schema in text

Notifications You must be signed in to change notification settings

rlancer/graphql-download-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Takes a GraphQL endpoint and downloads the schema in text

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages