View Source Ash.Resource.Interface (ash v1.53.2)

Represents a function in a resource's code interface

Link to this section Summary

Link to this section Types

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

Link to this section Functions