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

Ref #4798 Tries to fix query parameters with multiple values. - [ ] Fix tests - [ ] Add a test for differents multiple values allowed

enhancement

**API Platform version(s) affected**: 3.2 **Description** `ItemResolverFactory` and `CollectionResolverFactory` are deprecated and will be removed with 4.0. So I disabled `event_listeners_backward_compatibility_layer` to use the new `ResolverFactory` and see if there...

**API Platform version(s) affected**: 3.2.7 **Description** We had an issue poping from nowhere saying the following : "ApiPlatform\Doctrine\Orm\Filter\AbstractFilter::denormalizePropertyName(): Return value must be of type string, int returned". After some investigations...

bug
easy pick

**API Platform version(s) affected**: 3.2.2 **Description** ApiFilter annotations have stopped working in 3.2.2. **How to reproduce** Given a. resource: ```php

bug

**API Platform version(s) affected**: v3.2.10 **Description** When using a simple `Entity` flagged as `APIResource` with a constructor (rather than just public properties), `GraphQL` correctly documents the input requirements with `_id`...

enhancement

Using DISTINCT in a COUNT has a major impact on performance. This change pushes the existing fix forward by delegating the responsibility to disable the DISTINCT presence to the developers....

I am trying to create a general search functionality in my app that can return multiple types of objects. For each type of object I want to retrieve different fields....

enhancement
GraphQL

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...

dependencies

**API Platform version(s) affected**: 3.2.7 **Description** RuntimeException is thrown on line 87 in [LinksHandlerTrait](https://github.com/api-platform/core/blob/main/src/Doctrine/Common/State/LinksHandlerTrait.php#L87) for: 1. Entity with a column of type enum 2. Int BackedEnum, with a member with...

bug