README.md
# MakeupGraphql
## [![Hex pm](http://img.shields.io/hexpm/v/makeup_graphql.svg?style=flat)](https://hex.pm/packages/makeup_graphql) [![Hex Docs](https://img.shields.io/badge/hex-docs-9768d1.svg)](https://hexdocs.pm/makeup_graphql)
A [Makeup](https://github.com/elixir-makeup/makeup/) lexer for GraphQL.
## Installation
Add `makeup_graphql` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:makeup_graphql, "~> 0.14.0"}
]
end
```
The lexer will be automatically registered in Makeup for graphql.