From 3aaf770e02f76daf9dfbbb9eb4a48a7136899ea5 Mon Sep 17 00:00:00 2001 From: Kogmo Date: Thu, 17 Jan 2019 14:38:18 +0200 Subject: [PATCH 1/2] fixed typo opens the benefits _**of**_ GraphQL for more people --- docs/source/links/rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/links/rest.md b/docs/source/links/rest.md index 171062d712..4a44a6c8c0 100644 --- a/docs/source/links/rest.md +++ b/docs/source/links/rest.md @@ -3,7 +3,7 @@ title: apollo-link-rest description: Call your REST APIs inside your GraphQL queries. --- -Calling REST APIs from a GraphQL client opens the benefits GraphQL for more people, whether: +Calling REST APIs from a GraphQL client opens the benefits of GraphQL for more people, whether: * You are in a front-end developer team that wants to try GraphQL without asking for the backend team to implement a GraphQL server. * You have no access to change the backend because it's an existing set of APIs, potentially managed by a 3rd party. From d50558453967edcaca90cff525a3b6c476f215d9 Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Sat, 9 Feb 2019 09:51:11 +0100 Subject: [PATCH 2/2] changelog updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ac0f4a19..60d88148c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ [@hobochild](https://github.com/hobochild) in [#935](https://github.com/apollographql/apollo-link/pull/935)
[@bkoltai](https://github.com/bkoltai) in [#925](https://github.com/apollographql/apollo-link/pull/925)
[@NickTomlin](https://github.com/NickTomlin) in [#923](https://github.com/apollographql/apollo-link/pull/923)
+ [@NickTomlin](https://github.com/NickTomlin) in [#913](https://github.com/apollographql/apollo-link/pull/913)
### apollo-link