[~darahayes] [~wtrocki] The subscriptions are working well now but I have a question: once a resolver has a subscription (aka {{publish: "something"}}), how to delete it? Assign {{null}}? Empty string {{""}}?
Also: the subscription is supposed to be stored as a simple String, isn't it? For instance, in a Schema such as:
{noformat} type Subscription { foo: bar } {noformat}
Would a resolver look like:
{noformat} { ... publish: "foo" } {noformat}
|
|