# `Grephql.Formatter`
[🔗](https://github.com/fahchen/grephql/blob/v0.10.1/lib/grephql/formatter.ex#L1)

Formatter plugin for the `~GQL` sigil.

Formats GraphQL code inside `~GQL` sigils when running `mix format`.

## Setup

Add to your `.formatter.exs`:

    [
      plugins: [Grephql.Formatter],
      # ...
    ]

Or if using Grephql as a dependency:

    [
      import_deps: [:grephql],
      # ...
    ]

---

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