api-platform / api-platform/docs
Graphql documentation
- Dominant language
- No language data
- Stars
- 181
- Forks
- 1.1k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 20
Description
The Graphql support part of the documentation recommends to use resolvers for [custom queries](https://api-platform.com/docs/core/graphql/#custom-queries) and [mutations](https://api-platform.com/docs/core/graphql/#custom-mutations).
At the same time, the beginning of the Workflow of the resolvers part recommends to see [Extending API Platform](https://api-platform.com/docs/core/extending/) documentation for more information.
The last part seems more relevant to me and more up-to-date with nowadays best pratices. I'm willing to rewrite this part using DTO, Processor and Provider to follow API Platform docs, and let the Resolver part as an alternate way to do (but not the first one). Before that, I would like to be sure if it the way to go. Can someone confirm ?
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.