I'm trying to set up a minimal GraphQL service that redirects Rest Post messages to subscribers.
I see Strawberry GraphQL, together with FastApi can help me to do the job done, but I can't find any resource shows how to set up the subscription endpoints that I can call/push externally, like consumers in Django