Antoine Bluchet
Antoine Bluchet
I see, inspect your schema, IIRC the type is computed at https://github.com/api-platform/core/blob/e867d07f59b82d5f1bdca69e096ddf452dd7efc8/src/GraphQl/Type/FieldsBuilder.php#L215-L228 not sure why `User[]` can't be found, is it a resource?
you shouldn't need this, try installing this: ``` composer require phpstan/phpdoc-parser ``` as suggested: https://github.com/api-platform/core/blob/main/composer.json#L121
I assume you cleared the cache to reload the metadata after adding the phpdoc-parser?
could not reproduce
indeed serialization groups are handled but validation not, feel free to patch that looking at how we did with serialization groups (in the schema factory).
https://github.com/api-platform/core/blob/main/src/OpenApi/Factory/OpenApiFactory.php#L636
I think there are a few issues in the build system of this repository (we don't need to patch php + docker is misused) my fork compiles php 8.3 already...
I'm not sure about what should be done here, @NicoHaase does #6363 solves your issue? I've no strong opinion about this but I would like to keep the same behavior...
> Yes, my issue was resolved - thanks for your quick response. On the other hand, I faced a different issue where validation was now run on deleting an entity....
I'd like to fix this tomorrow would be awesome if I could have a test case tyvm!