Jan Fabian
Jan Fabian
Just came here looking for the exact solution @scottrippey is proposing in the PR. As someone who inherited this library as dependency, I can't believe there is no other way...
Hi @AhmadEl-Banna, it's still on To do list according the readme. But if you want to try it, I used this workaround. ``` javascript const {ComposeStorage} = require("graphql-compose"); let GQC...
@malihs Hi, try this 1. Add field to rootSubscription ``` javascript const { withFilter } = require("graphql-subscriptions"); const { PubSub } = require("graphql-subscriptions"); const pubsub = new PubSub(); GQC.rootSubscription().addFields({ messageAdded:...
hi, guys, @stevejb71 is reasonML track still mentored or should I switch to the independent mode?