From e3a5a2ab124f16de1a720f481d02ed42100a77d4 Mon Sep 17 00:00:00 2001 From: Chin Date: Sun, 1 May 2022 14:15:40 +0800 Subject: [PATCH 1/4] chore(examples/graphql-api): add graphql dependecy --- examples/graphql-api/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/graphql-api/package.json b/examples/graphql-api/package.json index 1e5ec9f3f9f..e56231fff04 100644 --- a/examples/graphql-api/package.json +++ b/examples/graphql-api/package.json @@ -17,6 +17,7 @@ "@remix-run/react": "1.4.3", "@remix-run/serve": "1.4.3", "apollo-server-errors": "^3.3.1", + "graphql": "^16.4.0", "react": "^17.0.2", "react-dom": "^17.0.2" }, From 7f786d81b2efaf02621215b76690ea85447e8e4e Mon Sep 17 00:00:00 2001 From: Chin Date: Sun, 1 May 2022 14:16:26 +0800 Subject: [PATCH 2/4] chore(examples/graphql-api): update environemnt link in README --- examples/graphql-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graphql-api/README.md b/examples/graphql-api/README.md index fab6a52e6ec..99f261fdbaf 100644 --- a/examples/graphql-api/README.md +++ b/examples/graphql-api/README.md @@ -5,7 +5,7 @@ This example demonstrates using the [Fetch API][link-fetch] to query a [GraphQL] ## Setup - Setup the `GRAPHQL_API` environment variable - - See the [Remix docs](/docs/guides/envvars) for some suggested patterns + - See the [Remix docs](/docs/en/v1/guides/envvars) for some suggested patterns - Run `npm install` - And start the example with `npm run dev` - Visit [http://localhost:3000](http://localhost:3000) in your browser. From c94e77657cdc7482aa42e83fd1b8cf2dde572f35 Mon Sep 17 00:00:00 2001 From: Chin Date: Sun, 1 May 2022 14:33:12 +0800 Subject: [PATCH 3/4] chore(contributors): sign CLA --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index 6f6657a9ab0..60c733156ed 100644 --- a/contributors.yml +++ b/contributors.yml @@ -3,6 +3,7 @@ - abereghici - abotsi - accidentaldeveloper +- achinchen - adicuco - ahbruns - ahmedeldessouki From ef7310b03773efd4463c12e7949dd535fbaa4144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Mon, 2 May 2022 13:44:58 +0200 Subject: [PATCH 4/4] Update examples/graphql-api/README.md --- examples/graphql-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graphql-api/README.md b/examples/graphql-api/README.md index 99f261fdbaf..3b521ca0647 100644 --- a/examples/graphql-api/README.md +++ b/examples/graphql-api/README.md @@ -5,7 +5,7 @@ This example demonstrates using the [Fetch API][link-fetch] to query a [GraphQL] ## Setup - Setup the `GRAPHQL_API` environment variable - - See the [Remix docs](/docs/en/v1/guides/envvars) for some suggested patterns + - See the [Remix docs](https://remix.run/docs/guides/envvars) for some suggested patterns - Run `npm install` - And start the example with `npm run dev` - Visit [http://localhost:3000](http://localhost:3000) in your browser.