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

**API Platform version(s) affected**: 3.1.8 **Description** When you try to update an API Resource that contains a doctrine collection of Entities that are not an API Resource and define a...

bug

**API Platform version(s) affected**: 3.1, 3.2 **Description** GraphQL Query operation ignores custom ItemProvider if resource does not have Http Get operation src/Entity/Account.php ``` namespace App\Entity; use ApiPlatform\Metadata\ApiProperty; use ApiPlatform\Metadata\ApiResource; use...

bug
GraphQL

Should this line not use the profiler_dump function instead of the default dump function? https://github.com/api-platform/core/blob/16b811109d390afbb4fa5debd7a135599328487f/src/Symfony/Bundle/Resources/views/DataCollector/request.html.twig#L184C66-L184C66

bug

**API Platform version(s) affected**: ^3.0 **Description** This is in direct relation to https://github.com/symfony/symfony/issues/46445 with Symfony ^6.1. The proposed temporary fix https://github.com/symfony/symfony/issues/46445#issuecomment-1655564471 does not work well when using `ApiPlatform\Symfony\Bundle\Test\Client` as we...

bug

**API Platform version(s) affected**: 3.1.2 **Description** When configure a default context for the serializer inside the Symfony framework configuration the following error occurred. `Invalid constructor argument 8 for service "api_platform.elasticsearch.normalizer.document":...

bug
Elasticsearch

**API Platform version(s) affected**: x.y.z 3.2.17 **Description** Fields mapped as `SIMPLE_ARRAY` get converted to paginated Collection instead of array, and are not even normalized. Fields mapped as `JSON` get converted...

stale

Adds constraint to parameters to allow validation: - [ ] add tests - [ ] add a Metadata factory that automatically adds constraints based on OpenAPI and metadata informations

**API Platform version(s) affected**: < 3.2.21 **Description** When setting `GET` operations, they (may?) require a provider. When a provider is not found, the exception `ProviderNotFoundException` is caught and the variable...

**API Platform version(s) affected**: 2.6.5, but probably since the introduction of HAL or circular reference limits, whichever came last **Description** Symfony's circular reference detection works by storing counters keyed by...

bug

| Q | A | ------------- | --- | Branch? | main | Tickets | Closes #6298, closes #6317 | License | MIT | Doc PR | api-platform/docs#... Intended for...