Vincent
Vincent
Hi @mathroc! Would you have a complete stack trace of the error plz?
Hi @viktor073. At the moment, it's not possible because we cannot extend the `ConfigParserPass` and because the class generation is done on warmup. I started refactoring the configuration of the...
Hi @theofidry! Can you check the tests please? Don't have time to dig into this atm but it seems to break the tests suite: https://github.com/overblog/GraphQLBundle/pull/1119/checks Thanks!
Hi @theofidry! Any update on this topic? Thanks!
Hi @Aeliot-Tm! First of all, I'm really sorry for my late reply. I've got a lot in my plate this days with a bunch of projects ending and it's kinda...
Hi @Aeliot-Tm! Are you still working on this? I'm planning to dedicate a bit of time working on it. Did you commit what you did somewhere?
Hi @rusted-love Sorry for the late reply. The problem is that `App\GraphQL\TestProvider` must be a public registered service in the container. So, in your `services.yaml` file, you should have something...
I guess we could. I'll look into it when I'll have a bit of time.
Hey guys! Any update on this? Can we help one way or another ? @evanrs @jnwng
I think the syntax with `?s=val1&s=val2` used to work: ```javascript { query: t.Object({ s: t.Union([t.Array(t.String()), t.String()]), }), } ``` After an Elysia update, it doesn't anymore. Like @thirsty-wing I prefer...