View Source Ash.Resource.Actions.Read (ash v1.53.2)

Represents a read action on a resource.

Link to this section Summary

Link to this section Types

@type t() :: %Ash.Resource.Actions.Read{
  arguments: term(),
  description: String.t(),
  filter: term(),
  get?: term(),
  manual: atom() | {atom(), Keyword.t()} | nil,
  modify_query: term(),
  name: atom(),
  pagination: term(),
  preparations: term(),
  primary?: boolean(),
  touches_resources: [atom()],
  transaction?: term(),
  type: :read
}

Link to this section Functions