From 3f17188190d28d2430f34160c69bec5699f4fe2a Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Tue, 28 Jan 2025 16:18:04 +0900 Subject: [PATCH] =?UTF-8?q?GraphQL=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=92=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 - README.md | 20 ++++++-------------- assets/datalayer-experience-ranking.png | Bin 190578 -> 0 bytes 3 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 assets/datalayer-experience-ranking.png diff --git a/Makefile b/Makefile index fa6c988..38effd5 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,3 @@ build: npx @marp-team/marp-cli README.md -o dist/index.html npx @marp-team/marp-cli README.md --pdf --output dist/intro-to-hasura.pdf - rsync -av assets/ dist/assets/ diff --git a/README.md b/README.md index 34392e8..01bb6a2 100644 --- a/README.md +++ b/README.md @@ -30,19 +30,13 @@ GraphQL API として提供できる https://graphql.org -API の問い合わせ言語 +- GraphQL とは API の問い合わせ言語 +- 特徴 + - 単一リクエスト … クライアントの無駄なやり取りを減らせる + - 型システム … プラットフォームを問わない + - 便利なツール … 設計変更しやすい -特徴 - -- 単一リクエスト -- 型システム -- 便利なツール - -![bg right:60% State of JS 2020](./assets/datalayer-experience-ranking.png) - -データ層分野 - - + --- @@ -99,8 +93,6 @@ https://kou029w.github.io/hasura-rest-hands-on/ [github.svg]: https://cdnjs.cloudflare.com/ajax/libs/simple-icons/5.7.0/github.svg ---- -