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.2.7 **Description** I am getting "**Item from read provider should be a nullable object.**" error when I request a **single** item via GraphQL query if item...

**Description** An IRI is represented like this in JSON Schema: ``` "type": "string", "format": "iri-reference" ``` But this triggers a bug (see https://github.com/api-platform/core/issues/5900). **Example** To mitigate this issue we need...

enhancement

**API Platform version(s) affected**: 3.2 **Description** I'm trying to integrate API Platform in existing project, which already has multiple APIs defined. Those APIs all depend on Symfony serializer, and some...

bug

**Description** We currently have `writable` and 'readable' on `ApiProperty` attributes. This is great to reduce the amount of serialization group management you have to juggle. You'll run into an issue...

enhancement

**API Platform version(s) affected**: 3.2.10 **Description** When loading hydra documentation using "/api/docs.jsonld" endpoint relation properties that are ManyToOne are missing "owl:maxCardinality". **How to reproduce** I guess changes done in https://github.com/api-platform/core/pull/5470/files#diff-8f5ec9085af157908acc2558bd7cf8cb8a22f72b595bd6a7508f3b4ddd6f319aL466...

bug

| Q | A | ------------- | --- | Branch? | 3.2 | Tickets | Closes #6087 | License | MIT | Doc PR | N/A Allows passing \Stringable objects...

**API Platform version(s) affected**: 3.1.x **Description** It's written in [the documentation](https://api-platform.com/docs/core/url-generation-strategy/) that we can set up absolute URLs but this only works for URLs in entities and not for the...

**API Platform version(s) affected**: 3.0.0 **Description** I try to use a datetime as identifier and got an error of the identifierExtractor **How to reproduce** ```php

# Laravel support in API Platform TODO: - [x] Eloquent pagination - [ ] Eloquent filters - [x] Add a TestBundle inside `src/Laravel` to create functional tests - [ ]...

enhancement

**Description** `security` property of operations attributes only allows `string`. In our project, we want to make this part more statically typed but it's not possible atm. In a lot of...