View Source Ash.Resource.ManualRelationship.Context (ash v3.2.6)

The context passed into manual relationship functions

Summary

Types

@type t() :: %Ash.Resource.ManualRelationship.Context{
  actor: term(),
  authorize?: boolean(),
  domain: module(),
  query: Ash.Query.t(),
  relationship: Ash.Resource.Relationships.relationship(),
  tenant: term()
}