core
core copied to clipboard
The server component of API Platform: hypermedia and GraphQL APIs in minutes
| Q | A | ------------- | --- | Branch? | main | Tickets | N/A | License | MIT | Doc PR | N/A Reduce the `#[ApiFilter]` service id...
| Q | A | ------------- | --- | Branch? | main | License | MIT | Doc PR | TODO Currently when using stateOptions to specify the entityClass (or...
| Q | A | ------------- | --- | Branch? | 4.0 or main | Tickets | None that I found | License | MIT | Doc PR | This...
| Q | A | ------------- | --- | Branch? | main | Tickets | #7128 | License | MIT | Doc PR | Allows multiple values for BackedEnumFilter to...
**Description** Currently, the `BackedEnumFilter` in API Platform only supports filtering by a single enum value. This differs from the behavior of `SearchFilter[exact]`, which can handle multiple values. When migrating from...
**API Platform version(s) affected**: 4.1.1 **Description** I found that two new schemas were added: Error and ConstraintViolation. The actual errors do not seem to match: **ConstraintViolation:** The property "instance" exists...
**API Platform version(s) affected**: 4.1.7 **Description** Phpstan complains that the type set for the `$schema` is invalid in the class `Parameter`. The problem is that phpstan does not support unions...
This RFC propose to allow using a class to declare parameters, and map those parameters to an object of this class. As an example we could have a parameters class...
Just a simple fix... It could explain this maybe: https://github.com/api-platform/api-platform/issues/2434
**API Platform version(s) affected**: 4.1.7 **Description** Mercure doesn't use entity's state provider when publishing updates **How to reproduce** Let's say you've this in your operations: ```php new Get( provider: ExampleProvider::class,...