core icon indicating copy to clipboard operation
core copied to clipboard

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

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

| Q | A | ------------- | --- | Branch? | main | Tickets | Closes n/a | License | MIT | Doc PR | n/a

**API Platform version(s) affected**: 3.3.11 **Description** For 3.2.21 version it worked, what needs to be done to make it work for 3.3.11? ``` #[Get( uriTemplate: '/notifications/unread_count/{type}', uriVariables: [ 'type' =>...

**API Platform** version(s) affected: 3.2.25 **Symfony** version(s) affected: 6.4 **Doctrine ORM** version(s) affected: 2.x **Description:** Hello! We are working on a project using Symfony (6.4) with Doctrine ORM and API...

stale

**API Platform version(s) affected**: 3.3.11 **Description** I have a custom `Symfony\Component\Serializer\Normalizer\DenormalizerInterface` class, which converts the request context to a typed (CQRS) Command class. Based on the uri variables, the Command...

| Q | A | ------------- | --- | Branch? | 3.3 | Tickets | n/a | License | MIT | Doc PR | n/a Add support for automatic schema...

**API Platform version(s) affected**: 3.2.14 **Description** ApiTestCase::createClient always creates a new kernel. If you need services in your test to create the context with `static::getContainer()->get(MyService::class);`, two kernels will be created,...

stale

api-platform **v3.3** **GraphQL error:** ``` { "errors": [ { "message": "Internal server error", "locations": [ { "line": 2, "column": 3 } ], "path": [ "producedItems" ], "extensions": { "debugMessage": "Call...

**API Platform version(s) affected**: 2.6.2 to 3.3.6 **Description** PR #4019 introduces an anonymous service argument in `openapi.xml` for the service `api_platform.openapi.normalizer`. Whilst the change does fix an issue with incorrect...

**Description** Is a new Doctrine filter BackedEnumFilter could be interesting for filtering an entity using backed enum? **Example** Could be used in this way: ```php

enhancement