= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
ON THIS PAGE
package irmin-graphql
-
irmin-graphql
-
-
irmin-graphql.unix
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Default GraphQL types for the Irmin store S
.
Parameters
module S : Irmin.Generic_key.S
Signature
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
ON THIS PAGE