irmin-graphql
GraphQL server for Irmin
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package irmin-graphql
-
irmin-graphql
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library irmin-graphql
type t = repo
Repo opening and closing functions
Getters from repo to backend store in ro mode
val contents_t : t -> Irmin.Perms.read Contents.t
val node_t : t -> Irmin.Perms.read Node.t
val commit_t : t -> Irmin.Perms.read Commit.t
val config : t -> Irmin__Conf.t
val batch :
t ->
( Irmin.Perms.read_write Contents.t ->
Irmin.Perms.read_write Node.t ->
Irmin.Perms.read_write Commit.t ->
'a Lwt.t ) ->
'a Lwt.t
A getter from repo to backend stores in rw mode.
ON THIS PAGE
No table of contents