Server.CUSTOM_TYPES
GraphQL types for Irmin concepts (key, metadata, contents, hash and branch).
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