mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-18 08:05:09 +00:00
fix
This commit is contained in:
parent
e0f3332db9
commit
2fb7a37e98
1 changed files with 3 additions and 1 deletions
|
@ -493,7 +493,9 @@ GraphQL 仕様に含まないので一般的な Web の認証・認可の設計
|
|||
|
||||
### キャッシュ
|
||||
|
||||
HTTP GET メソッドによる一般的な[HTTP キャッシュ](https://developer.mozilla.org/ja/docs/Web/HTTP/Caching)に加え、GraphQL では[グローバルなオブジェクトの識別子の宣言](https://graphql.org/learn/global-object-identification/)による[キャッシュ](https://graphql.org/learn/caching/)が存在
|
||||
GraphQL には[グローバルなオブジェクトの識別子の宣言によるキャッシュ機構](https://graphql.org/learn/caching/)がある
|
||||
|
||||
もし HTTP GET メソッドを使用する場合、[HTTP キャッシュ](https://developer.mozilla.org/ja/docs/Web/HTTP/Caching)を利用できる
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue