Ash.Resource.Actions.Read (ash v1.52.0-rc.1)
View Source
Represents a read action on a resource.
Specs
t() :: %Ash.Resource.Actions.Read{
arguments: term(),
description: String.t(),
filter: term(),
get?: term(),
modify_query: term(),
name: atom(),
pagination: term(),
preparations: term(),
primary?: boolean(),
touches_resources: [atom()],
transaction?: term(),
type: :read
}