Introducing the GraphQL API for Irmin 2.0 (opens in new tab)
With the release of Irmin 2.0.0, we are happy to announce a new package - irmin-graphql, which can be used to serve data from Irmin over HTTP. This blog post will give you some examples to help you get started, there is also irmin-tutorial with similar information. To avoid writing the same thing twice, this post will cover the basics of getting started, plus a few interesting ideas for queries. Getting the irmin-graphql server running from the command-line is easy: $ irmin graphql --root=/tm...
Read the original article