GraphQLセクションを整理

This commit is contained in:
Nebel 2025-01-28 16:18:04 +09:00
parent 7d41cb9d72
commit 3f17188190
Signed by: nebel
GPG key ID: 79807D08C6EF6460
3 changed files with 6 additions and 15 deletions

View file

@ -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/

View file

@ -30,19 +30,13 @@ GraphQL API として提供できる
https://graphql.org
API の問い合わせ言語
- GraphQL とは API の問い合わせ言語
- 特徴
- 単一リクエスト … クライアントの無駄なやり取りを減らせる
- 型システム … プラットフォームを問わない
- 便利なツール … 設計変更しやすい
特徴
- 単一リクエスト
- 型システム
- 便利なツール
![bg right:60% State of JS 2020](./assets/datalayer-experience-ranking.png)
データ層分野
<!-- _footer: 図の出典: "State of JS 2020" データ層 https://2020.stateofjs.com/ja-JP/technologies/datalayer/ -->
<!-- _footer: 参考文献: [GraphQL とは - GraphQL 概論](https://kou029w.github.io/intro-to-graphql/) -->
---
@ -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
---
<script>
window.addEventListener("DOMContentLoaded", function () {
document.querySelectorAll("a")?.forEach(function (a) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB