mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-18 16:08:03 +00:00
「クライアント・ドリブン」追加
This commit is contained in:
parent
7dc872c098
commit
eeeb19bbe6
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -157,6 +157,19 @@ https://hasura.io/learn/graphql/intro-graphql/graphql-vs-rest/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### クライアント・ドリブン
|
||||||
|
|
||||||
|
従来の REST はどちらかというとサーバーのデータ構造の都合
|
||||||
|
サーバーにとってシンプルなデータ構造は役に立ってきた
|
||||||
|
|
||||||
|
現代のモバイルアプリケーションの開発はクライアントが中心の世界
|
||||||
|
データの問い合わせのより強力な表現が重要になってきた
|
||||||
|
|
||||||
|
"GraphQL: Client-Driven Development" @beyang (2017)
|
||||||
|
https://about.sourcegraph.com/graphql/graphql-client-driven-development/
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### 2. 型システム
|
### 2. 型システム
|
||||||
|
|
||||||
単一リクエストを支える GraphQL エンドポイントの構築と正確なデータ構造の維持
|
単一リクエストを支える GraphQL エンドポイントの構築と正確なデータ構造の維持
|
||||||
|
|
Loading…
Add table
Reference in a new issue