Add a feature list to the README
This commit is contained in:
13
README.md
13
README.md
@@ -2,11 +2,18 @@
|
|||||||
|
|
||||||
See https://git.caraus.tech/OSS/graphql.
|
See https://git.caraus.tech/OSS/graphql.
|
||||||
|
|
||||||
|
This is the core library that provides:
|
||||||
|
|
||||||
|
- Parser for the query and schema languages, as well as a printer for the query
|
||||||
|
language (minimizer and pretty-printer).
|
||||||
|
- Data structures to define a type system.
|
||||||
|
- Executor (queries, mutations and subscriptions are supported).
|
||||||
|
- Validation.
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
Report issues on the
|
Report issues on the
|
||||||
[bug tracker](https://git.caraus.tech/OSS/graphql/issues).
|
[bug tracker](https://git.caraus.tech/OSS/graphql/issues).
|
||||||
|
|
||||||
API documentation is available through
|
API documentation is available through
|
||||||
[Hackage](https://hackage.haskell.org/package/graphql).
|
[Hackage](https://hackage.haskell.org/package/graphql).
|
||||||
|
|
||||||
Further documentation will be made available in the
|
|
||||||
[Wiki](https://git.caraus.tech/OSS/graphql/wiki).
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ author: Danny Navarro <j@dannynavarro.net>,
|
|||||||
Matthías Páll Gissurarson <mpg@mpg.is>,
|
Matthías Páll Gissurarson <mpg@mpg.is>,
|
||||||
Sólrún Halla Einarsdóttir <she@mpg.is>
|
Sólrún Halla Einarsdóttir <she@mpg.is>
|
||||||
maintainer: belka@caraus.de
|
maintainer: belka@caraus.de
|
||||||
copyright: (c) 2019-2025 Eugen Wissner,
|
copyright: (c) 2019-2026 Eugen Wissner,
|
||||||
(c) 2015-2017 J. Daniel Navarro
|
(c) 2015-2017 J. Daniel Navarro
|
||||||
license: MPL-2.0 AND BSD-3-Clause
|
license: MPL-2.0 AND BSD-3-Clause
|
||||||
license-files: LICENSE,
|
license-files: LICENSE,
|
||||||
@@ -21,7 +21,7 @@ extra-source-files:
|
|||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
README.md
|
README.md
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC == 9.10.1
|
GHC == 9.12.2
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
|
|||||||
Reference in New Issue
Block a user