package irmin-mirage-graphql

  1. Overview
  2. Docs

Metadata provides base functions for node metadata.

type t

The type for metadata.

val t : t Irmin.Type.t

t is the value type for t.

val merge : t Irmin.Merge.t

merge is the merge function for metadata.

val default : t

The default metadata to attach, for APIs that don't care about metadata.