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? | 3.2 | Tickets | | License | MIT | Doc PR | Hi all! :) I was testing a...

enhancement
needs test

**API Platform version(s) affected**: 3.2.11 **Description** After api-platform/core update from 3.1.16 to 3.2.11, graphql update mutation with resolver, can not find id property. **How to reproduce** Contact.php -> Entity ```...

**Description** If is often desirable to filter on api resource properties, but you might not want to use the names of the properties directly to do so. It would be...

enhancement

I like the approach of GraphQLite: if Cat and Dog both inherit from some Animal class (stored in the database using either single table inheritance or class table inheritance), then...

enhancement

**API Platform version(s) affected**: 3.1.25 **Description** According to the docs we should be able to enable a filter for all properties of a resource by setting #[ApiFilter(OrderFilter::class)] above the class...

**API Platform version(s) affected**: 3.1.2 **Description** When defining a new type, an ID field is automatically added to the generate schema. This should not be the case. **How to reproduce**...

enhancement

**Description** Hi, Does adding an "exact" setting regarding the date filter seem like something realistic? Although it is possible to obtain the same result via the available settings it could...

enhancement

| Q | A | ------------- | --- | Branch? | 3.2 | Tickets | N/A | License | MIT | Doc PR | N/A Exclude IRI from serializer's cache...

| Q | A | ------------- | --- | Branch? | 2.7 | Tickets | none | License | MIT # Reasons for changes : ## Composer Use the same...

enhancement

**API Platform version(s) affected**: 3.2 **Description** Sending POST request with "id" field returns 400 response with this text "Update is not allowed for this operation.", even if $id in entity...