mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-18 16:08:03 +00:00
fix
This commit is contained in:
parent
5680e9dd90
commit
e73093234d
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -104,7 +104,7 @@ https://graphql.org/learn/schema/
|
||||||
|
|
||||||
### 何でないか
|
### 何でないか
|
||||||
|
|
||||||
- データベースではない
|
- グラフデータベースではない
|
||||||
- JavaScript ではない
|
- JavaScript ではない
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -275,7 +275,7 @@ $ graphql-codegen
|
||||||
|
|
||||||
使う
|
使う
|
||||||
|
|
||||||
```typescript
|
```js
|
||||||
import { usePokemonQuery } from "./generated";
|
import { usePokemonQuery } from "./generated";
|
||||||
|
|
||||||
export default () => {
|
export default () => {
|
||||||
|
@ -303,9 +303,9 @@ https://hasura.io
|
||||||
|
|
||||||
- GraphQL とは API の問い合わせ言語
|
- GraphQL とは API の問い合わせ言語
|
||||||
- 特徴
|
- 特徴
|
||||||
- 単一リクエスト
|
- 単一リクエスト … クライアントの無駄なやり取りを減らせる
|
||||||
- 型システム
|
- 型システム … プラットフォームを問わない
|
||||||
- 便利なツール
|
- 便利なツール … 設計変更しやすい
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue