Antoine Bluchet
Antoine Bluchet
indeed this is a hard problem as since API Platform 2 POST is not supposed to have identifiers. Maybe that we can try to provide a flag to allow an...
Because of how our internals are working I guess we always need an id:ID ? this is probably fixable feel free to open a patch
Are you using the enum as identifier? this isn't supported may we see the whole resource or some more informations as this is not enough?
I see, can you provide a reproducer ?
I'm really not up to date with the graphql specification your denormalizer is a good solution but idk if we should put this into api platform
> You could try adding it back via 'extraArgs' and see if that addresses your error? That's nice, also you should be able to define that by default for every...
Thanks for the report. Does `keep_legacy_inflector: true` solves the issue for now?
feel free to provide a patch! Thanks
After investigating this I think that we should definitely provide an inflector service instead of using a static inflector. It'll allow to override the inflector as well. I'm even thinking...
https://github.com/api-platform/core/pull/6447 fixes this I think