Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-30 | kolam: Set content-type of response to application/graphql+json. | Arun Isaac | |
* kolam/http.scm (graphql-handler): Set content-type of response to application/graphql+json. | |||
2021-12-30 | kolam: Allow leaf nodes to be list types. | Arun Isaac | |
* kolam/graphql.scm (resolvable-type?): New function. (eval-graphql): Allow leaf nodes to be list types. | |||
2021-12-30 | kolam: Support field alias. | Arun Isaac | |
* 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. | |||
2021-12-30 | dir-locals: Add Emacs directory local variables. | Arun Isaac | |
* .dir-locals.el: New file. | |||
2021-12-30 | kolam: Implement HTTP server. | Arun Isaac | |
* kolam/http.scm: New file. | |||
2021-12-28 | Initial commit | Arun Isaac | |