package irmin-graphql

  1. Overview
  2. Docs

Default GraphQL types for the Irmin store S.

Parameters

module S : Irmin.S

Signature

module Key : CUSTOM_TYPE with type t := S.key
module Metadata : CUSTOM_TYPE with type t := S.metadata
module Contents : CUSTOM_TYPE with type t := S.contents
module Hash : CUSTOM_TYPE with type t := S.hash
module Branch : CUSTOM_TYPE with type t := S.branch