jlouis / graphql-erlang

GraphQL implementation in Erlang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jun2018 spec: Type system definition language

jlouis opened this issue · comments

Go over the type system definition language and make sure each part of it matches our own implementation. In turn, this will yield proper syntax highlighting of the type definitions in editors, and make sure we can share the specifications among different GraphQL implementations.

The first round of updates have been merged. This handles the grammar and the parser/injection part of the code. The extension-part has been moved to #183 because it can be cut off from the MVP: It is a neat feature, which we don't have, yet.