# `Weld.Graph.View`
[🔗](https://github.com/nshkrdotcom/weld/blob/main/lib/weld/graph/view.ex#L1)

Edge-kind filters for graph traversal and task planning.

# `t`

```elixir
@type t() :: :all | :runtime | :compile | :docs | :test | :package | :smoke
```

# `allowed?`

```elixir
@spec allowed?(Weld.Graph.Edge.kind(), t()) :: boolean()
```

---

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