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

MATCH clause. `pattern` is a Cypher pattern string, e.g. `"(s:Actor)"`.

# `t`

```elixir
@type t() :: %AshNeo4j.Cypher.Match{pattern: String.t()}
```

---

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