Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

meeshkan/purescript-graphql-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.