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

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

Summary

Callbacks

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