package irmin-graphql

  1. Overview
  2. Docs

GraphQL types for Irmin concepts (key, metadata, contents, hash and branch).

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