Antoine Bluchet

Results 666 comments of Antoine Bluchet

I don't get why `POST` would try to read data, for now we didn't try to use subresources to do writes.

Hi, I merged a fix today that may be related: https://github.com/api-platform/core/pull/2788. Indeed, this field should not be present in the documentation and we probably pick the fields naively from the...

TODO: - [ ] deprecate old operation names for now (they should still work) - [ ] add behat test for serialization groups - [ ] ask @bendavies to try...

enums are not supported yet but we're planing to add this in API Platform 3 which lowest target is php 8.1 (we could not make this happen in 2.7)

hi, I checked the context at https://github.com/api-platform/core/blob/main/src/GraphQl/Resolver/Stage/DeserializeStage.php#L51 and I do have the `disable_type_enforcement` if specified. Are you sure you removed the cache?

Needs tests in SchemaFactoryTest.php

Thank you for the report, according to the JSON schema specification required must always be an array > The value of this keyword MUST be an array. This array MUST...

you can patch this on 2.6 if you want but please also add the fix on `main` if you can thanks

I think that you should implement your own logic for now, indeed invalidating relations is a part of our algorithm to make sure that everything is invalidated. We can't know...