From 6d2a3e9d46c9fc629b60e059517aa2f7a04585fe Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 27 May 2021 23:18:38 +0900 Subject: [PATCH] change image --- README.md | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 2f34f2e..b4f2589 100644 --- a/README.md +++ b/README.md @@ -101,29 +101,15 @@ FacebookがGraphQLを開発した理由は、[モバイルネイティブアプ #### REST -![h:600 REST](https://imgur.com/VRyV7Jh.png) - -https://www.howtographql.com/basics/1-graphql-is-the-better-rest/ +![h:600 REST](https://graphql-engine-cdn.hasura.io/learn-hasura/assets/graphql-react/rest-api.png) +https://hasura.io/learn/graphql/intro-graphql/graphql-vs-rest/ --- #### GraphQL -![h:600 GraphQL](https://imgur.com/z9VKnHs.png) - -https://www.howtographql.com/basics/1-graphql-is-the-better-rest/ - ---- - -#### REST - -1. `GET /users/` -1. `GET /users//posts` -1. `GET /users//followers` - -#### GraphQL - -1. `GET /?query={user(id:){name,posts{title},followers(last:){name}}}` +![h:600 GraphQL](https://graphql-engine-cdn.hasura.io/learn-hasura/assets/graphql-react/graphql-api.gif) +https://hasura.io/learn/graphql/intro-graphql/graphql-vs-rest/ --- @@ -297,6 +283,7 @@ https://hasura.io - [山本陽平「Webを支える技術」](https://gihyo.jp/book/2010/978-4-7741-4204-3) - HTTPの基礎知識、REST - [GraphQL \| A query language for your API](https://graphql.org/) - [How to GraphQL \- The Fullstack Tutorial for GraphQL](https://www.howtographql.com/) +- [Fullstack GraphQL Tutorial Series \| Learn GraphQL Frontend and Backend](https://hasura.io/learn/) ---