• v0.2 82a380079c

    0.2 Stable

    belka released this 2015-09-14 17:27:09 +02:00 | 386 commits to master since this release

    Added

    • Rudimentary parser for GraphQL which successfully parses the sample file
      kitchen-sink.graphql from graphql-js tests.
    • Golden test for kitchen-sink.grahql parsing.

    Changed

    • Many optional data types in GraphQl didn't need to be wrapped in a Maybe.
    • Some newtypes became type synonyms for easier parsing.
    Downloads
  • v0.1 50a0c953d3

    0.1 Stable

    belka released this 2015-09-12 13:09:28 +02:00 | 402 commits to master since this release

    Added

    • Data types for the GraphQL language.
    Downloads