Regression of #533
Error message is now:
$ apollo schema:download --endpoint ... schema.json
✔ Loading Apollo config
✔ Fetching current schema
✖ Saving schema to schema.json
→ Expected undefined to be a GraphQL schema.
Error: Expected undefined to be a GraphQL schema.
previously it was:
$ apollo schema:download --endpoint ... schema.json
✔ Loading Apollo config
✖ Fetching current schema
→ Response not successful: Received status code 400
Saving schema to schema.json
Error: Response not successful: Received status code 400
Is it now unclear why the command failed.
Regression of #533
Error message is now:
previously it was:
Is it now unclear why the command failed.