# `Ash.Resource.ManualRelationship.Context`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/resource/manual_relationship/manual_relationship.ex#L10)

The context passed into manual relationship functions

# `t`

```elixir
@type t() :: %Ash.Resource.ManualRelationship.Context{
  actor: term(),
  authorize?: boolean(),
  domain: module(),
  query: Ash.Query.t(),
  relationship: Ash.Resource.Relationships.relationship(),
  source_context: map(),
  tenant: term(),
  tracer: atom() | [atom()] | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
