-
0.2 Stable
released this
2015-09-14 17:27:09 +02:00 | 406 commits to master since this releaseAdded
- Rudimentary parser for
GraphQL
which successfully parses the sample file
kitchen-sink.graphql
fromgraphql-js
tests. - Golden test for
kitchen-sink.grahql
parsing.
Changed
- Many optional data types in
GraphQl
didn't need to be wrapped in aMaybe
. - Some
newtype
s became type synonyms for easier parsing.
Downloads
- Rudimentary parser for
-
0.1 Stable
released this
2015-09-12 13:09:28 +02:00 | 422 commits to master since this releaseAdded
- Data types for the GraphQL language.
Downloads