Skip to content

Commit

Permalink
Merge pull request #83 from okazy/feat/doc-schema
Browse files Browse the repository at this point in the history
スキーマについてのドキュメントを追加
  • Loading branch information
Kiyotaka Oku authored Aug 4, 2020
2 parents a79d5bc + 48e474b commit decc0c5
Show file tree
Hide file tree
Showing 2 changed files with 817 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ Authorization Code Flow のみに対応しています。

**この記事は GraphQL についての説明はしていませんので、GraphQL 自体の仕様について[GraphQL公式サイト](https://graphql.org/)等でご確認ください。**

GraphQLの[スキーマ](schema)は `bin/console eccube:api:dump-schema` コマンドで出力できます。

GraphQL の Query で以下のデータの取得が可能です。

- [商品情報の取得](query/products)
Expand Down
Loading

0 comments on commit decc0c5

Please sign in to comment.