core
core copied to clipboard
The server component of API Platform: hypermedia and GraphQL APIs in minutes
| Q | A | ------------- | --- | Branch? | 2.6 | Tickets | N/A | License | MIT | Doc PR | N/A This will help to reduce...
There were multiple discussions (e.g. https://github.com/api-platform/core/issues/1071) dealing with STI in REST, but I wasn't able to find anything about GraphQL support for that. Currently I have a single entity which...
| Q | A | ------------- | --- | Branch? | 2.6 | Tickets | https://github.com/api-platform/core/issues/4615 | License | MIT | Doc PR | none, bug fix ## Problem Custom...
**API Platform version(s) affected**: 2.6.7 **Description** Custom filters extending `ApiPlatform\Core\Serializer\Filter\FilterInterface` are applied in REST but not GraphQL when using a custom data provider (i.e. not Doctrine). `getDescription()` is called correctly,...
Method `serializePageBasedPaginatedCollection` should also check `PartialPaginatorInterface`.
**API Platform version(s) affected**: 2.6.8 **Description** It looks like the ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\Searchfilter.php can not be decorated as other services in symfony. **How to reproduce** If I directly edit [this file](https://github.com/api-platform/core/blob/2.6/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php), my...
**API Platform version(s) affected**: 2.5.9 **Description** This issue started after upgrading API Platform core from 2.5.7 to 2.5.9 When making an assertion such as: ``` $this->assertJsonContains([ 'content' => '127.0.0.1', ]);...
| Q | A | ------------- | --- | Branch? | 2.6 | Tickets | n/a | License | MIT | Doc PR | n/a Unwrapping exceptions thrown when handling...
The only feature I'm missing for SearchFilter is the possibility to invert the query. For example searching for names which do not partially match with a string. This could be...