Packages

Generate type-safe Gleam clients directly from your Ash resources and actions, ensuring end-to-end type safety between Gleam and Elixir.

Current section

Files

Jump to
ash_gleam doc AshGleam.Context.md
Raw

doc/AshGleam.Context.md

# `AshGleam.Context`
# `new`
```elixir
@spec new(Keyword.t()) :: {:context, Keyword.t()}
```
# `to_opts`
```elixir
@spec to_opts({:context, Keyword.t()}) :: Keyword.t()
```
---
*Consult [api-reference.md](api-reference.md) for complete listing*