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