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

Represents a function in a resource's code interface

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions