Download GraphQL Schema
Jul 17, 2019
You can manually download the schema JSON file by sending an introspection query to the server. It uses the apollo-cli package. Offical Repository . If you don’t have that, install using the command below.
1 | npm install -g apollo |
Use the following command to download the schema JSON file .
1 | apollo schema:download --endpoint=http://localhost:8080/graphql schema.json |
