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
include module type of struct include Irmin.Export_for_backends end
Helper module containing useful top-level types for defining Irmin backends. This module is relatively unstable.
module Store_properties : sig ... end
module Reversed_list : sig ... end
Reversed_list.t
is constructed the same way as List.t
, but needs to be reversed before it can be used as a regular list.
type read = Irmin.Perms.read
type write = Irmin.Perms.write
type read_write = Irmin.Perms.read_write
Lwt syntax
Dependency extensions
module Option : sig ... end
module List : sig ... end
module Seq : sig ... end
ON THIS PAGE
No table of contents