diff options
author | Arun Isaac | 2022-01-05 17:06:52 +0530 |
---|---|---|
committer | Arun Isaac | 2022-01-05 17:06:52 +0530 |
commit | 768539975b1d4cf29ba1d650ce847fb77d7f6f0e (patch) | |
tree | e27f62c5352705a41380b78a070ba8bee54faa0d /README.org | |
parent | 40e52ca6e3ee1cabe563e8ad2bda3b606ea86e70 (diff) | |
download | kolam-768539975b1d4cf29ba1d650ce847fb77d7f6f0e.tar.gz kolam-768539975b1d4cf29ba1d650ce847fb77d7f6f0e.tar.lz kolam-768539975b1d4cf29ba1d650ce847fb77d7f6f0e.zip |
README: Improve introductory paragraph.
* README.org: Improve introductory paragraph.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,7 +3,10 @@ {{{ci-badge(kolam-with-guile-3.0)}}} {{{ci-badge(kolam-with-guile-3.0-latest)}}} {{{ci-badge(kolam-website)}}} -kolam is a [[https://graphql.org/][GraphQL]] implementation for Scheme. +kolam is a [[https://graphql.org/][GraphQL]] implementation for Scheme. kolam features a parser +to parse and serialize GraphQL documents, a type system to create +GraphQL schemas, an execution engine to execute GraphQL queries, and a +HTTP handler to implement a HTTP GraphQL endpoint. * Download |