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.Interop.md
Raw

doc/AshGleam.Interop.md

# `AshGleam.Interop`
Call a gleam function from Elixir
# `call!`
```elixir
@spec call!(module(), atom(), [term()], Keyword.t()) :: term()
```
---
*Consult [api-reference.md](api-reference.md) for complete listing*