Popularity
9.4
Declining
Activity
0.0
Stable
168
7
27

Monthly Downloads: 72
Programming language: Haskell
License: BSD 1-Clause License
Tags: Web     Language    
Latest version: v0.3

graphql alternatives and similar packages

Based on the "Web" category.
Alternatively, view graphql alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of graphql or a related project?

Add another 'Web' Package

README

Haskell GraphQL

Hackage Version Build Status

For now this only provides the data types to represent the GraphQL AST, but the idea is to be a Haskell port of graphql-js. Next releases should include:

  • [x] GraphQL AST
  • [x] Parser for the GraphQL language. See TODO for limitations.
  • [x] 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.

See the TODO file for more concrete tasks.

Contact

Suggestions, contributions and bug reports are welcome.

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