Package

purescript-graphql-parser

Repository
meeshkan/purescript-graphql-parser
License
Apache-2.0
Uploaded by
mikesol
Published on
2020-07-09T04:19:50Z

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.