package irmin-graphql

  1. Overview
  2. Docs

Module Server.Make_extSource

Create a GraphQL server with custom GraphQL types.

Parameters

module Config : CONFIG

Signature

Sourcemodule IO = Server.IO
Sourcetype repo = Store.repo
Sourcetype server = Server.t
Sourcetype response_action = [
  1. | `Expert of Cohttp.Response.t * (IO.ic -> IO.oc -> unit Lwt.t)
  2. | `Response of Cohttp.Response.t * Cohttp_lwt.Body.t
]
Sourceval schema : repo -> unit Schema.schema
Sourceval v : repo -> server
OCaml

Innovation. Community. Security.