absinthe v1.5.3 Absinthe.Subscription.Local View Source
This module handles broadcasting documents that are local to this node
Link to this section Summary
Functions
Publish a mutation to the local node only.
Link to this section Functions
Link to this function
publish_mutation(pubsub, mutation_result, subscribed_fields)
View Sourcepublish_mutation(Absinthe.Subscription.Pubsub.t(), term(), [ Absinthe.Subscription.subscription_field_spec() ]) :: :ok
Publish a mutation to the local node only.
See also Absinthe.Subscription.publish/3