core
core copied to clipboard
The server component of API Platform: hypermedia and GraphQL APIs in minutes
**Description** This Apollo extension allow us to send multiple request at the same time: https://www.apollographql.com/docs/link/links/batch-http/ It will be a good feature to have since we don't support sub class mutation(...
**API Platform version(s) affected**: 3.2.16 **Description** After an update in the latest version of ApiPlatform (from v2.7.x) Each PUT calls on Resources with composite keys fail with a duplicate error....
**API Platform version(s) affected**: 3.2.14 **Description** I'm trying to create a custom filter that simply adds a special OrderBy to the QueryBuilder. This query requires the use of `HIDDEN` fields...
**API Platform version(s) affected**: 3.2.* (still present in 3.2.15) **Description** ```console Caused by ErrorException: @OA\Items() parent type must be "array" in ``` **How to reproduce** Create an entity that uses...
**API Platform version(s) affected**: 3.2.16 **Description** Entities with `ORM\ManyToOne(fetch: 'EAGER')` nullable relation can be setted during a `PUT` or `PATCH` with an IRI, but cannot be nulled. If I remove...
**Description** Filters applied on GET operation are not added to the docs. It is only applied for CollectionOperationInterface https://github.com/api-platform/core/blob/main/src/OpenApi/Factory/OpenApiFactory.php#L271 Is there any reason that this is only applied for CollectionOperationInterface?
The AbstractItemNormalizer allows for the pre-configuration of the IRI within the context. It is proposed that this feature be extended to both the HAL and JsonApi normalizers for consistency and...
Hello everyone, Is it possible to remove the hydra prefix (hydra:key) so we don't have an invalid character when parsing? (ie. the colon ':') "hydra:member" would be "member" "hydra:view" would...
**API Platform version(s) affected**: 3.0.9 **Description** When using serialization groups to define the input/output for graphql, embedded relations are exposed based on their respective serialization groups instead of the groups...
| Q | A | ------------- | --- | Branch? | main | Tickets | N/A | License | MIT | Doc PR | N/A This PR modifies SchemaFactory for...