Packages

Compile-time GraphQL client for Elixir. Validates queries at compilation, generates typed Ecto embedded schemas, and executes via Req.

Current section

Files

Jump to
grephql .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
grephql_locals = [
deffragment: 2,
defgql: 2,
defgqlp: 2
]
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
import_deps: [:ecto, :typed_structor, :ecto_typed_schema],
locals_without_parens: grephql_locals,
plugins: [Grephql.Formatter],
export: [
locals_without_parens: grephql_locals,
plugins: [Grephql.Formatter]
]
]