I have Phoenix channels working such that regular server status information is published at a regular interval.
I’m trying to reimplement this to push these updates through GraphQL subscriptions. Is there a good or correct way to emit these changes? As in, do I need to create a mutation doc to cause a trigger – or is there a function I can call directly?
Any advice or links would be appreciated,
Thanks,
Scott S.