# `AshNeo4j.Cypher.Where`
[🔗](https://github.com/diffo-dev/ash_neo4j/blob/v0.7.0/lib/cypher/query.ex#L31)

WHERE clause. Each entry in `conditions` is ANDed together.

# `t`

```elixir
@type t() :: %AshNeo4j.Cypher.Where{conditions: [String.t()]}
```

---

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