core
core copied to clipboard
The server component of API Platform: hypermedia and GraphQL APIs in minutes
**Description** Is it possible to set up a variable (uriVariables) if there is no direct relationship between classes (2.7@dev)? Unfortunately, I did not find an example in the documentation. Is...
**API Platform version(s) affected** 2.6.8 (probably any version with EagerLoadingExtension?) **Description** ApiPlatform's EagerLoadingExtension is used to add the necessary JOINs to the querybuilder that loads a collection, so that relations...
| Q | A | ------------- | --- | Branch? | main | Tickets | https://github.com/api-platform/api-platform/issues/2087 | License | MIT | Doc PR | https://github.com/api-platform/docs/pull/1520 As requested in https://github.com/api-platform/core/pull/4595 I...
**API Platform version(s) affected**: 2.6.6 **Description** When a entity is flushed, the `vendor/api-platform/core/src/Bridge/Doctrine/EventListener/PurgeHttpCacheListener.php` calls `gatherRelationTags` wich causes a out-of-memory exception on a large entity (an entity with arround 10k related...
| Q | A | ------------- | --- | Branch? | 2.6 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix...
**API Platform version(s) affected**: 2.6.6 **Description** When using the `ExistsFilter` on an Entity that has a field of the type array: ```php #[ORM\Column(type: 'array', length: 255, nullable: true)] ``` The...
**Description** Currently even if a query is being performed without specifying "totalCount" or "hasNextPage" the resolver will trigger a query by calling `getTotalItems`. This could be avoided automatically. This would...
I have a task to filter entities by their subresources. Original Api Platform filters (SearchFilter with exact strategy) work as follow: they are filter a main entity by the value...
**API Platform version(s) affected**: 2.6.8. I'm not sure if other versions are afected **Description** I was working with the Pagination on API Platform in SQL Server 2019 with an order...
Hello, For my application I want to have a way to prolong JWT token lifetime after each request. I'm aware about JWTRefreshTokenBundle but it requires a separate database model while...