Provide more information in the REAME
Provide more information and documentation references in the README.
This commit is contained in:
parent
7a8a90aba8
commit
f9dd363457
39
README.md
39
README.md
@ -4,25 +4,38 @@
|
|||||||
[![Build Status](https://semaphoreci.com/api/v1/belka-ew/graphql/branches/master/badge.svg)](https://semaphoreci.com/belka-ew/graphql)
|
[![Build Status](https://semaphoreci.com/api/v1/belka-ew/graphql/branches/master/badge.svg)](https://semaphoreci.com/belka-ew/graphql)
|
||||||
[![License](https://img.shields.io/badge/license-BSD--3--Clause-blue.svg)](https://raw.githubusercontent.com/caraus-ecms/graphql/master/LICENSE)
|
[![License](https://img.shields.io/badge/license-BSD--3--Clause-blue.svg)](https://raw.githubusercontent.com/caraus-ecms/graphql/master/LICENSE)
|
||||||
|
|
||||||
For now this only provides a parser for the GraphQL query language and allows
|
GraphQL implementation in Haskell.
|
||||||
to execute queries and mutations without the schema validation step.
|
|
||||||
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
|
This implementation is relatively low-level by design, it doesn't provide any
|
||||||
- [x] Parser for the GraphQL language.
|
mappings between the GraphQL types and Haskell's type system and avoids
|
||||||
- [x] Printer for GraphQL. This is not pretty yet.
|
compile-time magic. It focuses on flexibility instead instead, so other
|
||||||
- [ ] GraphQL Schema AST.
|
solutions can be built on top of it.
|
||||||
- [ ] Parser for the GraphQL Schema language.
|
|
||||||
- [ ] Printer for the GraphQL Schema language.
|
## State of the work
|
||||||
- [ ] Interpreter of GraphQL requests.
|
|
||||||
- [ ] Utilities to define GraphQL types and schema.
|
For now this only provides a parser and a printer 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`](https://github.com/graphql/graphql-js).
|
||||||
|
|
||||||
|
For the list of currently missing features see issues marked as
|
||||||
|
"[not implemented](https://github.com/caraus-ecms/graphql/labels/not%20implemented)".
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
API documentation is available through
|
||||||
|
[hackage](https://hackage.haskell.org/package/graphql).
|
||||||
|
|
||||||
|
You'll also find a small tutorial with some examples under
|
||||||
|
[docs/tutorial](https://github.com/caraus-ecms/graphql/tree/master/docs/tutorial).
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
Suggestions, contributions and bug reports are welcome.
|
Suggestions, contributions and bug reports are welcome.
|
||||||
|
|
||||||
|
Should you have questions on usage, please open an issue and ask – this helps
|
||||||
|
to write useful documentation.
|
||||||
|
|
||||||
Feel free to contact on Slack in [#haskell on
|
Feel free to contact on Slack in [#haskell on
|
||||||
GraphQL](https://graphql.slack.com/messages/haskell/). You can obtain an
|
GraphQL](https://graphql.slack.com/messages/haskell/). You can obtain an
|
||||||
invitation [here](https://graphql-slack.herokuapp.com/).
|
invitation [here](https://graphql-slack.herokuapp.com/).
|
||||||
|
Loading…
Reference in New Issue
Block a user