View Source Ash.Resource.Actions.Read (ash v2.11.8)
Represents a read action on a resource.
Link to this section Summary
Link to this section Types
@type t() :: %Ash.Resource.Actions.Read{ arguments: [Ash.Resource.Actions.Argument.t()], description: String.t() | nil, filter: any(), get?: nil | boolean(), get_by: nil | [atom()], manual: atom() | {atom(), Keyword.t()} | nil, metadata: [Ash.Resource.Actions.Metadata.t()], modify_query: nil | mfa(), name: atom(), pagination: any(), preparations: term(), primary?: boolean(), touches_resources: [atom()], transaction?: boolean(), type: :read }