package irmin-graphql

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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

type path
type metadata
type contents
type hash
type branch
type commit_key
type contents_key
type node_key
module Path : CUSTOM_TYPE with type t := path
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
module Commit_key : CUSTOM_TYPE with type t := commit_key
module Contents_key : CUSTOM_TYPE with type t := contents_key
module Node_key : CUSTOM_TYPE with type t := node_key