Yuri Pimenov

Results 33 comments of Yuri Pimenov

Well, people usually don't need graphiql in their 'test' env, this is why I created this issue. Just because symfony finds an orphaned config it produces this error. There must...

Update: it seems it has nothing to do with custom Provider/Persister, but with serialization after DeleteMutation(). Obvious normalizationContext and denormalizationContext defining groups has no effect. ``` #[ApiResource( processor: DataPersister::class, provider:...

Is there other way to achieve custom POST targets not using controllers? I found these in documentation, may be I miss something? Because if Post(name: "abc") and Mutation(name: "abc") collide...