forked from OSS/graphql
GraphQL implementation in Haskell
Eugen Wissner
96bb061666
The intermediate representation was further modified so that the operation definitions contain location information. Probably I should introduce a data type that generalizes fields and operations, so it contains object type, location and the selection set, so the functions don't accept so many arguments. |
||
---|---|---|
src | ||
tests | ||
.gitignore | ||
CHANGELOG.md | ||
graphql.cabal | ||
LICENSE | ||
LICENSE.MPL | ||
README.md | ||
Setup.hs | ||
stack.yaml |
GraphQL implementation in Haskell
See https://www.caraus.tech/projects/pub-graphql.
Report issues on the bug tracker.
API documentation is available through Hackage.
Further documentation will be made available in the Wiki.