morpheus-graphql-core: Morpheus GraphQL Core

[ graphql, library, mit, web ] [ Propose Tags ]
Versions [RSS] 0.12.0, 0.13.0, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.16.0, 0.17.0, 0.18.0, 0.19.0, 0.19.1, 0.19.2, 0.19.3, 0.20.0, 0.20.1, 0.21.0, 0.22.0, 0.22.1, 0.23.0, 0.24.0, 0.24.1, 0.24.2, 0.24.3, 0.25.0, 0.26.0, 0.27.0, 0.27.1, 0.27.2, 0.27.3
Change log changelog.md
Dependencies aeson (>=1.4.4.0 && <=1.6), base (>=4.7 && <5), bytestring (>=0.10.4 && <0.11), containers (>=0.4.2.1 && <0.7), hashable (>=1.0.0), megaparsec (>=7.0.0 && <10.0.0), mtl (>=2.0 && <=3.0), relude (>=0.3.0), scientific (>=0.3.6.2 && <0.4), template-haskell (>=2.0 && <=3.0), text (>=1.2.3.0 && <1.3), th-lift-instances (>=0.1.1 && <=0.3), transformers (>=0.3.0.0 && <0.6), unordered-containers (>=0.2.8.0 && <0.3), vector (>=0.12.0.1 && <0.13) [details]
License MIT
Copyright (c) 2019 Daviti Nalchevanidze
Author Daviti Nalchevanidze
Maintainer d.nalchevanidze@gmail.com
Category web, graphql
Home page https://morpheusgraphql.com
Bug tracker https://github.com/nalchevanidze/morpheus-graphql/issues
Source repo head: git clone https://github.com/nalchevanidze/morpheus-graphql
Uploaded by nalchevanidze at 2021-02-25T13:44:15Z
Distributions LTSHaskell:0.27.3, NixOS:0.27.3
Reverse Dependencies 7 direct, 0 indirect [details]
Downloads 4079 total (93 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-02-25 [all 1 reports]

Readme for morpheus-graphql-core-0.17.0

[back to package description]

Morpheus GraphQL Core

provides the following core functionalities for building GraphQL Server, Client:

  • AST
  • parsing
  • validation
  • pretty-printing
  • utils