From 44ec93fa3485a70dff1c3bc1d6033fa022630d7f Mon Sep 17 00:00:00 2001 From: Avery Harnish Date: Thu, 29 Oct 2020 13:16:40 -0500 Subject: [PATCH] Fix: correct link to Apollo CLI --- graphql_client_cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql_client_cli/README.md b/graphql_client_cli/README.md index fed2fe117..1843c789e 100644 --- a/graphql_client_cli/README.md +++ b/graphql_client_cli/README.md @@ -1,6 +1,6 @@ # GraphQL client CLI -This is still a WIP, the main use for it now is to download the `schema.json` from a GraphQL endpoint, which you can also do with [apollo-codegen](https://github.com/apollographql/apollo-cli). +This is still a WIP, the main use for it now is to download the `schema.json` from a GraphQL endpoint, which you can also do with [the Apollo CLI](https://github.com/apollographql/apollo-tooling#apollo-clientdownload-schema-output). ## Install