core icon indicating copy to clipboard operation
core copied to clipboard

The server component of API Platform: hypermedia and GraphQL APIs in minutes

Results 402 core issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Branch? | main | License | MIT

enhancement

**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,...

enhancement

**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...

bug
PR Welcome

When using cursor pagination, `hydra:next` is currently always set even when it wouldn't return any results.

needs test

**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...

bug
GraphQL