package graphql_ppx

  1. Overview
  2. Docs
val push_type : ctx -> Schema.type_ref option -> ctx
val push_input_type : ctx -> Schema.type_ref option -> ctx
val push_parent_type : ctx -> ctx
val parent_type : ctx -> Schema.type_meta option
val current_input_type_literal : ctx -> Schema.type_ref option
val push_error : ctx -> (Source_pos.source_position * Source_pos.source_position) -> string -> unit