Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdnavarro/graphql-haskell
Haskell GraphQL implementation
https://github.com/jdnavarro/graphql-haskell
Last synced: about 1 month ago
JSON representation
Haskell GraphQL implementation
- Host: GitHub
- URL: https://github.com/jdnavarro/graphql-haskell
- Owner: jdnavarro
- License: bsd-3-clause
- Created: 2015-09-12T10:56:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T04:34:32.000Z (over 5 years ago)
- Last Synced: 2024-10-22T06:54:48.512Z (about 2 months ago)
- Language: Haskell
- Homepage:
- Size: 315 KB
- Stars: 168
- Watchers: 7
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-graphql - graphql-haskell - GraphQL AST and parser for Haskell. (Libraries / Haskell Libraries)
- awesome-graphql - graphql-haskell - GraphQL AST and parser for Haskell. (Libraries / Haskell Libraries)
README
# Haskell GraphQL
[![Hackage Version](https://img.shields.io/hackage/v/graphql.svg)](https://hackage.haskell.org/package/graphql)
[![Build Status](https://img.shields.io/travis/jdnavarro/graphql-haskell.svg)](https://travis-ci.org/jdnavarro/graphql-haskell)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`](https://github.com/graphql/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](https://graphql.slack.com/messages/haskell/). You can obtain an
invitation [here](https://graphql-slack.herokuapp.com/).