Andrey (Andrii) Los

Results 88 comments of Andrey (Andrii) Los

Feel the same. @nodkz what do you think on that and other suggestions? :)

@rocketraman I agree with you, I'm on that side too. The only problem with that approach is that sometimes you may have multiple problems returned and with this approach, you...

I think it will be valuable to contribute that discussion/issue to the actual rules.

This is actually a good point. I encountered it myself while doing BFF. I was handling it in a way that all input types were getting actual enum types for...

Totally agree, that would be nice. Because implementing all the amazing tricks described there is not needed for sure, but having a distinctions like that for newcomers would be amazing....

I think there is some? Isn't it? I think in the section about mutation namespaces and further.

@SachaG https://graphql-rules.com/rules/mutation-business-operations

Not only import but also the packaging is not working. This is needed to be fixed. It's impossible to use in Monorepos for now :(

I didn't get what do you mean by "field config" prop to `registerField()` :) Can you show any code example maybe?

@aelbore passing "both" to `sourcemap` doesn't work if passed through the jest config as it will be overridden to become `sourcemap: true` no matter the value you pass. It will...