TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
- Installation process
- Software dependencies
- Latest releases
- API references
TODO: Describe and show how to build your code and run the tests.
- Install get-graphql-schema globally
npm install -g get-graphql-schema
- Run the below command to fetch the Schema.
get-graphql-schema http://localhost:5000/graphql > schema.graphql