summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-30kolam: Allow leaf nodes to be list types.•••* kolam/graphql.scm (resolvable-type?): New function. (eval-graphql): Allow leaf nodes to be list types. Arun Isaac
2021-12-30kolam: Support field alias.•••* 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. Arun Isaac
2021-12-30dir-locals: Add Emacs directory local variables.•••* .dir-locals.el: New file. Arun Isaac
2021-12-30kolam: Implement HTTP server.•••* kolam/http.scm: New file. Arun Isaac
2021-12-28Initial commitArun Isaac