Subscriptions aren't generated correctly
Closed this issue · 1 comments
affanshahid commented
Currently, the types graphqlgen
generates for subscriptions isn't correct. I.e resolvers should be objects with a subscribe
method which return an AsyncIterator.
Are there plans to fix this?
schickling commented