Jens Böttcher

Results 1 issues of Jens Böttcher

I'm trying to implement a live directive, which keeps the caller of the query up-to-date. This is my current code, which does just `resolve()` with the directive. ```js const typeDefs...