View Source AshGraphql.Subscription.Runner (ash_graphql v1.4.0)

Custom implementation if the run_docset function for the PubSub module used for Subscriptions

Mostly a copy of https://github.com/absinthe-graphql/absinthe/blob/3d0823bd71c2ebb94357a5588c723e053de8c66a/lib/absinthe/subscription/local.ex#L40 but this lets us decide if we want to send the data to the client or not in certain error cases

Summary

Functions

Link to this function

run_docset(pubsub, docs_and_topics, notification)

View Source