Ash.Resource.Actions.Read (ash v1.37.2)
View Source
Represents a read action on a resource.
Specs
t() :: %Ash.Resource.Actions.Read{
arguments: term(),
description: String.t(),
filter: term(),
name: atom(),
pagination: term(),
preparations: term(),
primary?: boolean(),
type: :read
}