Files
api/app/graphql
Alexis Tyler 8b1dd10446 fix(module:graphql/schema/resolvers): remove unneeded await
Without the `await` the `subscribe` function can return instantly and just wait for replies on the
returned `asyncIterator`.

BREAKING CHANGE: Reduces CPU usage when on my_servers.
2019-10-17 16:28:11 +10:30
..