Age | Commit message (Collapse) | Author |
|
The pairify function will be used in later commits.
* kolam/utils.scm: New file.
|
|
* kolam/http.scm (graphql-handler): Set content-type of response to
application/graphql+json.
|
|
* kolam/graphql.scm (resolvable-type?): New function.
(eval-graphql): Allow leaf nodes to be list types.
|
|
* kolam/graphql.scm (tree->root+alias+args+children): New function.
(eval-graphql): Call tree->root+alias+args+children and use the
returned alias in the response.
|
|
* .dir-locals.el: New file.
|
|
* kolam/http.scm: New file.
|
|
|