package graphql_ppx

  1. Overview
  2. Docs
exception Cant_find_fragment_type of string Source_pos.spanning
type t =
  1. | String of string
  2. | FragmentNameRef of string
  3. | FragmentQueryRef of string
val type_ref_name : Schema.type_ref -> string
val print_type : Graphql_ast.type_ref -> string
val print_document : Schema.t -> Graphql_ast.document -> t array