# `TypedGql.Formatter`
[🔗](https://github.com/fahchen/typed_gql/blob/v0.11.0/lib/typed_gql/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: [TypedGql.Formatter],
      # ...
    ]

Or if using TypedGql as a dependency:

    [
      import_deps: [:typed_gql],
      # ...
    ]

---

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