core
core copied to clipboard
The server component of API Platform: hypermedia and GraphQL APIs in minutes
| Q | A | ------------- | --- | Branch? | main | License | MIT
PUT or PATCH with null values doesn't clear the value of nullable ManyToOne property of ORM entity
**API Platform version(s) affected**: 3.3.2 **Description** If you have some ORM entity with ManyToOne relation, no way to clear this relations. Or I can't find this possibility. **How to reproduce**...
| Q | A | ------------- | --- | Branch? | 3.4 | Tickets | #6484 | License | MIT | Doc PR | N/A In JSON Schema for JSON-LD,...
**API Platform version(s) affected**: 3.3.0 and above **Description** After upgrading from 3.2 to 3.3, we started getting the "Unable to generate IRI" error for ApiResources without ApiProperty identifier. The error...
RespondProcessor: pass operation and context when generating IRI for Content-Location header, similar to the JsonLd Serializer | Q | A | ------------- | --- | Branch? | 3.3 | Tickets...
**API Platform version(s) affected**: 3.3.11 **Description** I have ApiResource endpoint defined on DTO with Post(). In t hi endpoint i use Procesor, and method process return void. Before update to...
**API Platform version(s) affected**: 3.3.11 **Description** I use a basic _#[Assert\Choice_ constraint. ``` #[Assert\Choice( choices: self::ASSOCIATE_AS_VALUES, message: 'Choose a valid association mode.', )] ``` The documentation is properly generated with...
When using cursor pagination, `hydra:next` is currently always set even when it wouldn't return any results.
by @ttskch see #6394
**API Platform version(s) affected**: 3.1.3 **Description** With GraphQL when we try to add a resolver on the delete mutation it doesn't work. It is not executed. **How to reproduce** ```php...