graphql: Haskell GraphQL implementation

[ language, library ] [ Propose Tags ]
Versions [RSS] 0.1, 0.2, 0.2.1, 0.3, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.5.1.0, 0.6.0.0, 0.6.1.0, 0.7.0.0, 0.8.0.0, 0.9.0.0, 0.10.0.0, 0.11.0.0, 0.11.1.0, 1.0.0.0, 1.0.1.0, 1.0.2.0, 1.0.3.0, 1.1.0.0, 1.2.0.0, 1.2.0.1, 1.2.0.2, 1.2.0.3 (info)
Change log CHANGELOG.md
Dependencies aeson (>=1.4.2.0 && <1.5), base (>=4.7 && <5), megaparsec (>=7.0.5 && <7.1), text (>=1.2.3.1 && <1.3), transformers (>=0.5.6.2 && <0.6), unordered-containers (>=0.2.10.0 && <0.3) [details]
License BSD-3-Clause
Copyright (c) 2019 Eugen Wissner, (c) 2015-2017 J. Daniel Navarro
Author Danny Navarro <j@dannynavarro.net>, Matthías Páll Gissurarson <mpg@mpg.is>, Sólrún Halla Einarsdóttir <she@mpg.is>
Maintainer belka@caraus.de
Category Language
Home page https://github.com/caraus-ecms/graphql#readme
Bug tracker https://github.com/caraus-ecms/graphql/issues
Source repo head: git clone https://github.com/caraus-ecms/graphql
Uploaded by belka at 2019-07-23T05:35:17Z
Distributions LTSHaskell:1.2.0.3, NixOS:1.2.0.3, Stackage:1.2.0.3
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 8131 total (72 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-07-23 [all 1 reports]

Readme for graphql-0.4.0.0

[back to package description]

Haskell GraphQL

Hackage Version Build Status License

For now this only provides a parser for the GraphQL query language and allows to execute queries and mutations without the schema validation step. But the idea is to be a Haskell port of graphql-js. Next releases should include:

  • GraphQL AST
  • Parser for the GraphQL language.
  • Printer for GraphQL. This is not pretty yet.
  • GraphQL Schema AST.
  • Parser for the GraphQL Schema language.
  • Printer for the GraphQL Schema language.
  • Interpreter of GraphQL requests.
  • Utilities to define GraphQL types and schema.

Contact

Suggestions, contributions and bug reports are welcome.

Feel free to contact on Slack in #haskell on GraphQL. You can obtain an invitation here.