View Source AshGraphql.Subscription.Actor behaviour (ash_graphql v1.5.0)

Allows the user to substitue an actor for another more generic actor, this can be used to deduplicate subscription execution

Summary

Callbacks

actor(actor, opts)

@callback actor(actor :: any(), opts :: Keyword.t()) :: actor :: any()