Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 538 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 538 Bytes

MakeupGraphql

Hex pm Hex Docs

A Makeup lexer for GraphQL.

Installation

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.