mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-18 08:05:09 +00:00
Update README.md
This commit is contained in:
parent
3d6e1e9576
commit
0bde880625
1 changed files with 4 additions and 12 deletions
16
README.md
16
README.md
|
@ -45,9 +45,10 @@ https://graphql-pokemon2.vercel.app
|
|||
|
||||
## GraphQLとは
|
||||
|
||||
- APIのクエリ言語
|
||||
- クエリ言語の型を宣言するGraphQLスキーマ言語
|
||||
- Webクライアントとサーバーのためのアプリケーション層の仕様
|
||||
- [サーバーにデータを要求するための言語 (クエリ言語)](https://graphql.org/learn/queries/)
|
||||
- [クライアントの受け取るデータ形式 (JSON)](https://graphql.org/learn/serving-over-http/#response)
|
||||
- [使用可能なデータの構造とその操作を宣言するための言語 (スキーマ言語)](https://graphql.org/learn/introspection/)
|
||||
- [クエリの実行方法](https://graphql.org/learn/execution/)
|
||||
|
||||
### GraphQL以外の身近な言語の例:
|
||||
- クエリ言語: SQL
|
||||
|
@ -65,15 +66,6 @@ https://graphql-pokemon2.vercel.app
|
|||
|
||||
---
|
||||
|
||||
## 主な仕様
|
||||
|
||||
- [使用可能なデータの構造とその操作を宣言するための言語 (スキーマ言語)](https://graphql.org/learn/introspection/)
|
||||
- [サーバーにデータを要求するための言語 (クエリ言語)](https://graphql.org/learn/queries/)
|
||||
- [クエリの実行方法 (Resolvers)](https://graphql.org/learn/execution/)
|
||||
- [クライアントの受け取るデータ形式 (JSON)](https://graphql.org/learn/serving-over-http/#response)
|
||||
|
||||
---
|
||||
|
||||
## 何でないか
|
||||
|
||||
- データベースではない
|
||||
|
|
Loading…
Add table
Reference in a new issue