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
12d34d6abe
commit
0a8f8a2c27
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -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)
|
||||
|
||||
---
|
||||
|
||||
## 何でないか
|
||||
|
||||
- データベースではない
|
||||
|
|
Loading…
Add table
Reference in a new issue