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**: 4.1.5 **Description** Say I have a resource that uses GET, PUT, and PATCH methods. This resource is also used as a property of another resource, using...

bug

**API Platform version(s) affected**: 4.1.x **Description** When using DTOs with collections in API Platform, there is inconsistent behavior between REST and GraphQL operations. In REST operations, collections (both Doctrine Collections...

bug

I have the following annotation in my entity: ```php * @ApiResource( * graphql={ * "custom"={ * "args"={}, * "mutation"=MyCustomResolver::class, * "output"=MyCustomOutput::class * } * } * ) class DummyEntity {...

bug
GraphQL

**Description** In the case when we clear the cache, we haven't covered the scenario where an entity is part of a class hierarchy (such as STI). In this case, the...

bug

**Description** Entities can be marked as readonly. The ApiResource operations could respect that, and by default not include the write-related operations. **Example** ```

enhancement
PR Welcome

**API Platform version(s) affected**: ^3.1 **Description** I have endpoints that needs to be accessible from different hosts for a multi-tenant app. On the main domain (`example.com/api`), there are common data...

enhancement

**Description** The SymfonySerializer has a special group * that allows you to serialize all fields. https://github.com/symfony/symfony/pull/33540 https://github.com/symfony/symfony/issues/32622 https://github.com/symfony/symfony/commit/de58759a37fc1e268c91bc56da2e77459cb8f2aa The `SerializerPropertyMetadataFactory` treats it as a regular group. ```php namespace ApiPlatform\Metadata\Property\Factory; final...

enhancement

| Q | A | ------------- | --- | Branch? | 3.4 | Tickets | #6298 | License | MIT | Doc PR | In GraphQL enums are serialized using...

bug

**Description** I would like to use API Platform alongside the [Tenancy](https://tenancyforlaravel.com/) package. The [concept](https://tenancyforlaravel.com/docs/v3/the-two-applications) behind Tenancy is simple. There are two types of databases (applications): - A central database, which...

enhancement

**Description** Support for **doctrine/persistance ^4** (probably in parrellel with version ^3.2)

enhancement
PR Welcome