View Source Ash.Resource.Actions.Read (ash v3.0.8)
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(), filters: [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(), multitenancy: atom(), name: atom(), pagination: any(), preparations: term(), primary?: boolean(), timeout: pos_integer() | nil, touches_resources: [atom()], transaction?: boolean(), type: :read }