mirror of
https://github.com/kou029w/intro-to-hasura.git
synced 2025-01-31 06:18:06 +00:00
GraphQLセクションを整理
This commit is contained in:
parent
7d41cb9d72
commit
3f17188190
3 changed files with 6 additions and 15 deletions
1
Makefile
1
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/
|
||||
|
|
20
README.md
20
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)
|
||||
|
||||
データ層分野
|
||||
|
||||
<!-- _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 |
Loading…
Add table
Reference in a new issue