When I entered in api-platform website I saw "REST and GraphQL framework to build modern API-driven projects". But I didn't find any documentation which explain how to generate GraphQL API's in api-platform. Can anyone confirm me if it's possible and how to do that ?
1 Answers
3
votes
GraphQL is a pretty new thing in API Platform. Please have a look at version 2.2.
Here are some useful resources:
- 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
As the time goes on I believe there will be more resources on the official docs.