View Source Ash.Resource.Actions.Read (ash v2.15.0)
Represents a read action on a resource.
Summary
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() | [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 }