meeshkan / purescript-graphql-parser

A graphql parser for purescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purescript-graphql-parser

A parser to AST for languages needing to manipulate graphql.

The two goals of this packages are:

  1. Precise conformance with the June 2018 graphql spec.
  2. Speed.

This package is not:

  1. A graphql client.
  2. A graphql server.

However, if you are writing a graphql client or graphql server, this package can save you from implementing a parser.

About

A graphql parser for purescript


Languages

Language:PureScript 97.5%Language:Dhall 2.5%