A Makeup lexer for GraphQL.
Add makeup_graphql
to your list of dependencies in mix.exs
:
def deps do
[
{:makeup_graphql, "~> 0.1.0", only: :dev}
]
end
The lexer will be automatically registered in Makeup for graphql.
A Makeup lexer for GraphQL.
Add makeup_graphql
to your list of dependencies in mix.exs
:
def deps do
[
{:makeup_graphql, "~> 0.1.0", only: :dev}
]
end
The lexer will be automatically registered in Makeup for graphql.