AshJido.Resource.PublishAll (AshJido v1.0.0)

Copy Markdown View Source

Represents a publish_all configuration from the DSL.

Summary

Types

t()

@type t() :: %AshJido.Resource.PublishAll{
  __spark_metadata__: term(),
  action_type: :create | :update | :destroy | :action,
  include: :pkey_only | :all | :changes_only | [atom()] | nil,
  metadata: [atom()] | nil,
  signal_type: String.t() | nil
}