Vincent
Vincent
> @Vincz @mcg-web > > here you can find the Profiler Module: https://github.com/murtukov/graphql-profiler, it is a draft for now. > I added you both as collaborators. Make any suggestions you...
I like it. This way it's clear that everything related to GraphQL in the Overblog organisation starts with Overblog/GraphQL. And the fact that the main bundle has the shortest name...
I prefer too without the Bundle suffix. Useless to repeat the Bundle part IMHO.
Ok, let's plan the meeting for the end of January then. @murtukov Let us know as soon as you're available !
@murtukov This list is fine by me. I wanted to push the doctrine integration even more (crud builders, query builder generator based on requested fields, etc...) but not sure how...
I'm not sure what you mean by regular resolver. When the arguments list is explicit, we can already use the `value`, `info`, `args`, `content` with the expression language to inject...
@Sh1d0w It should work. It looks like a cache problem. Can you clear and warmup it?
In fact, I'm not even sure it is a bug. I checked the code of webonyx on fields resolution, and when a field is marked as not null, if the...
Hey @mcg-web ! My use case is a little bit different. The "accessibility" of the field depends on the data of the object itself. Let me explain: Imagine I have...
> Yes this new `returnEmptyOnDenied` option could be a more flexible solution. 👍❤️ I’ll work on it !