Server.Default_types
Default GraphQL types for the Irmin store S
.
module S : Irmin.Generic_key.S
module Path : CUSTOM_TYPE with type t := S.path
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
module Commit_key : CUSTOM_TYPE with type t := S.commit_key
module Contents_key : CUSTOM_TYPE with type t := S.contents_key
module Node_key : CUSTOM_TYPE with type t := S.node_key