Dmytro Til

Results 9 comments of Dmytro Til

fixed by #1458

closing in favor of https://github.com/dimatill/graphql-shield/pull/1459

@kamilkisiela , I just pushed new changes. I didn't test anything yet, but it looks to me like it SHOULD be ok this way both from UI and GraphQL Inspector...

@kamilkisiela I've tested it manually with a local instance of Hive and it looks good to me. The test was done with the same schema as in `usage-collector.spec.ts`. The test...

check https://the-guild.dev/graphql/envelop/v3/guides/resolving-subscription-data-loader-caching-issues , it resolves the issue

graphql v16 support was released

thank you @mattkrick ! I'll check it!

Hi @mattkrick ! Looks like I'm doing something similar to what you've mentioned, using [Resolvers Composition](https://www.the-guild.dev/graphql/tools/docs/resolvers-composition), preserving Fragments functionality, and solving the problem you've mentioned in your code about `Permissions...