core
core copied to clipboard
The server component of API Platform: hypermedia and GraphQL APIs in minutes
| Q | A | ------------- | --- | Branch? | 3.0 | Tickets | - | License | MIT | Doc PR | - Forgotten while merging #4861 up....
**API Platform version(s) affected**: x.y.z I am on version 2.6.8 **Description** The interface `ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface` was present in `2.6.8` but hard moved in `2.7.0` to `ApiPlatform\Doctrine\Orm\Util\QueryNameGeneratorInterface`. It is easy to fix,...
**API Platform version(s) affected**: 2.7.0 ### Description I've registered an ApiResource only for read item operation: ```yaml App\GeneratedEntity\NSGalleryBlock: iri: GalleryBlock shortName: GalleryBlock collectionOperations: { } attributes: output: App\Api\Dto\GalleryBlockOutput itemOperations: get:...
**API Platform version(s) affected**: 3.0.0 **Description** Below might be a mistake on my side, on how to properly use `getOperation`. Apologize if I miss an obvious point. I notice that...
| Q | A | ------------- | --- | Branch? | 2.7 / 3.0 | Tickets | [#4901) | License | MIT | Doc PR | api-platform/docs#... Hi, This is...
**API Platform version(s) affected**: 3.0.0-rc.2 ## Description The API Platform GraphiQL integration seems to have a dependency on the `twig` service, but that leads to an compilation exception when Twig...
**API Platform version(s) affected**: 3.0.0 Thanks for writing the upgrade-resource console command. I notice a few issues when using it. Already corrected manually for my code, but fixing this might...
I'm not quiet sure, if this is there correct template, but I'm submitting this as an improvement, instead of bugfix, because the existing tests and comments related to this PR...
fixes #4936 | Q | A | ------------- | --- | Branch? | 2.7 - current stable version branch for bug fixes | Tickets | #4936 | License | MIT...
**API Platform version(s) affected**: 2.7.0 **Description** When a new resource is defined with a container parameter instead of the FQCN with a new metadata system, API Platform breaks, while it...