Abdullah Alsigar

Results 37 comments of Abdullah Alsigar

The release should be updated also to match the master branch. Check the release page it also has the old version. https://github.com/keystonejs/generator-keystone/releases

I am try to make this work, first we have to activate `melos` and run `melos bootstrap`; now how to I run test against specific package?

`_channel = await _channelGenerator();` This line will delegate the channel delegation to the user, you have to close the old channel after you are done with it or when regenerating...

@tapkain This make sense, Thanks for the feedback.

Hi Would you please share the schema, or provide a complete example to try to reproduce it. I have used Fragments and it is just the way you did it.

Hello again First I want to point to some resources, where in both documentations the way to select a union is to use inline fragment, which is working fine. https://graphql.org/learn/queries/#inline-fragments...

> Named fragments can also be used in the same way But I think you still need to add the `... on` like bellow ``` query Search { search {...

Thanks for the report, the issue seems to be on the `Map` that is needed to be non-nullable, but the `_defaultGraphQLSocketMessageDecoder` returns `Map?`. Currently I cannot test this or reproduce...

I am currently busy with work, I might take up two weeks to fix this issue.

I have not worked on it yet, is anybody is willing to create a fix?