Antoine Bluchet
Antoine Bluchet
It's an expected behavior returning `void` is the same as `null` we don't want to guess what output you want, maybe that we can add something to the changelog in...
The mapper should transform your dto into an entity, you may need to set `$context['previous_data'] = $entity = $this->microMapper->map($context['previous_data'], $entityClass);`?
Indeed it's an error in our documentation but as you don't need controllers with API Platform we should probably just remove that.
I'm unsure how we should fix this on an RDF point of view, ie while respecting hydra's specification. On discovery we don't know the pagination parameters, also using HTTP cache...
- unit: InflectorInterface::pluralize(Metadata::getShortName()) Not sure why you'd need this let's use only the operation's name or something else (maybe that we can discuss this later on) - Where is the...
👍 let me know if you need help
To clarify, the `schema` defines the JSON Schema definition of your Parameter, and this is used by OpenAPI (as its JSON-Schema compliant). Based on these, in this part of the...
Could you try using an API Platform Provider instead of a graphql resolver?
providers and processors are definitely called https://github.com/api-platform/core/blob/main/src/GraphQl/State/Provider/ReadProvider.php
I need to investigate further I'm not using graphql that much, tagging this as a bug fix although this isn't my priority yet. If you have an idea on how...