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.0.0-beta.2 **Description** [The `exceptionToStatus` mapping feature ](https://api-platform.com/docs/main/core/errors/)seems broken, when configuring error mapping on an `ApiResource`. The http response code still will be a http 500 error....

**Description** At the moment, it's not possible to overrule GraphQL operation names as is possible on REST operations. In my case, I would like to do that because pluralization of...

enhancement
GraphQL
hackday 2022

**Description** Having the ability to add security checks to the Link Resource would be very convenient for subresources that are linked to a restircted resource. From what I know it's...

RFC

**Description** It would be nice if the "API Platform" pane in the WebProfiler worked properly when using GraphQl and not only REST. The only thing that is required for this...

enhancement
GraphQL

**API Platform version(s) affected**: v2.7.0-alpha.1 **Description** The `disable_type_enforcement` option is ignored if a custom GraphQl mutation name is used **How to reproduce** ``` #[ApiResource( normalizationContext: ['groups' => ['read_normalization']] )] #[Mutation(...

GraphQL

| Q | A | ------------- | --- | Bug fix? |no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tickets | fixes...

Currently events are just sent to mercure for objects with stored data manipulation (doctrine). Some properties of entities may depend on child-specific entries, e.g. if children have status xy ->...

Deleting an object/entity sends an event to Mercure with `@id` as data content. Sometimes on client-side you just want to refresh context-specific, not object-specific. Is it possible to extend core...

Hello everyone, I have difficulties implementing a custom format for PDF content. I am always receiving this error despite following api-platform doc : `Serialization for the format \"pdf\" is not...

**API Platform version(s) affected**: 2.7.0-beta.4 (backwards compatibility is off) **Description** It appears that I can no longer set the schema.org type using XML for a property. **How to reproduce** ```xml...

hackday 2022