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

Represents a read action on a resource.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ash.Resource.Actions.Read{
  arguments: term(),
  description: String.t(),
  filter: term(),
  name: atom(),
  pagination: term(),
  preparations: term(),
  primary?: boolean(),
  transaction?: term(),
  type: :read
}

Link to this section Functions