This commit is contained in:
Nebel 2021-05-29 07:33:09 +09:00
parent 12d34d6abe
commit 0a8f8a2c27

View file

@ -43,7 +43,17 @@ https://graphql-pokemon2.vercel.app
---
## GraphQLとは
## 歴史
- 2012年 Facebookによる開発
- 2015年 オープンソース化
- 2019年 [GraphQL Foundation](https://graphql.org/foundation/)に移管
オープンソースな仕様になっており、自由に[貢献可能](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
---
## 主な仕様
- [サーバーにデータを要求するための言語 (クエリ言語)](https://graphql.org/learn/queries/)
- [クライアントの受け取るデータ形式 (JSON)](https://graphql.org/learn/serving-over-http/#response)
@ -56,16 +66,6 @@ https://graphql-pokemon2.vercel.app
---
## 歴史
- 2012年 Facebookによる開発
- 2015年 オープンソース化
- 2019年 [GraphQL Foundation](https://graphql.org/foundation/)に移管
オープンソースな仕様になっており、自由に[貢献可能](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
---
## 何でないか
- データベースではない