Update README.md

This commit is contained in:
Nebel 2021-05-28 01:41:45 +09:00 committed by GitHub
parent 3d6e1e9576
commit 0bde880625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
---
## 何でないか
- データベースではない