# `AshGraphql.Resource.Helpers`
[🔗](https://github.com/ash-project/ash_graphql/blob/v1.10.1/lib/resource/helpers.ex#L5)

Imported helpers for the graphql DSL section

# `list_of`

```elixir
@spec list_of(v) :: {:array, v} when v: term()
```

A list of a given type, idiomatic for those used to `absinthe` notation.

# `non_null`

```elixir
@spec non_null(v) :: {:non_null, v} when v: term()
```

A non nullable type, idiomatic for those used to `absinthe` notation.

---

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