package graphql_ppx

  1. Overview
  2. Docs
type native_type_ref =
  1. | Ntr_named of string
  2. | Ntr_nullable of native_type_ref
  3. | Ntr_list of native_type_ref
val to_native_type_ref : Schema.type_ref -> native_type_ref
val to_schema_type_ref : Graphql_ast.type_ref -> Schema.type_ref
val is_nullable : native_type_ref -> bool