View Source Ash.Resource.Interface (ash v2.21.13)

Represents a function in a resource's code interface

Summary

Types

@type t() :: %Ash.Resource.Interface{
  action: term(),
  args: term(),
  get?: term(),
  get_by: term(),
  get_by_identity: term(),
  name: term(),
  not_found_error?: term()
}

Functions