如何使用 api 平台构建 GraphQL API?
How to build a GraphQL API with api-platform?
当我输入 api-platform website 时,我看到了 "REST and GraphQL framework to build modern API-driven projects"。
但是我没有找到任何说明如何在 api-platform 中生成 GraphQL API 的文档。
谁能证实我是否可行以及如何做到这一点?
GraphQL 在 API 平台中是一个非常新的东西。请查看版本 2.2。
这里有一些有用的资源:
- docs
- blog post about 2.2 release
- PR - GraphQL: add support for filters
- PR - GraphQL + data provider refactoring: automatically add SQL join clauses
- PR - Add validation for GraphQL mutations
- PR - GraphQL: honor access control rules
- PR - Implement the Relay specification for mutations
相信随着时间的推移,官方文档上的资源会越来越多。
当我输入 api-platform website 时,我看到了 "REST and GraphQL framework to build modern API-driven projects"。 但是我没有找到任何说明如何在 api-platform 中生成 GraphQL API 的文档。 谁能证实我是否可行以及如何做到这一点?
GraphQL 在 API 平台中是一个非常新的东西。请查看版本 2.2。
这里有一些有用的资源:
- docs
- blog post about 2.2 release
- PR - GraphQL: add support for filters
- PR - GraphQL + data provider refactoring: automatically add SQL join clauses
- PR - Add validation for GraphQL mutations
- PR - GraphQL: honor access control rules
- PR - Implement the Relay specification for mutations
相信随着时间的推移,官方文档上的资源会越来越多。