Module Fields_derivers_graphql.Graphql_query

module Input : sig ... end
module Accumulator : sig ... end
val add_field : t_fields_annots:( string -> (Core_kernel.String.t * string option) list ) -> < graphql_query : string option Core_kernel.ref ; skip : bool Core_kernel.ref.. > Input.t -> ( 'a, 'b, 'c ) Fieldslib.Field.t_with_perm -> < graphql_query_accumulator : (Core_kernel.String.t * string option) option list Core_kernel.ref.. > as 'd -> ( 'e -> 'f ) * 'd
val finish : ('a * < graphql_query : string option Core_kernel.ref ; graphql_query_accumulator : (string * string option) option list Core_kernel.ref.. > as 'b) -> 'c
val scalar : < graphql_query : 'b option Core_kernel.ref.. > as 'a -> 'c
val skip : < graphql_query : 'b option Core_kernel.ref.. > as 'a -> 'c
val int : < graphql_query : 'b option Core_kernel.ref.. > as 'a -> 'c
val string : < graphql_query : 'b option Core_kernel.ref.. > as 'a -> 'c
val bool : < graphql_query : 'b option Core_kernel.ref.. > as 'a -> 'c
val wrapped : < graphql_query : 'a Core_kernel.ref.. > -> < graphql_query : 'c Core_kernel.ref.. > as 'b -> 'd
val option : < graphql_query : 'a Core_kernel.ref.. > -> < graphql_query : 'a Core_kernel.ref.. > as 'b -> 'c
val list : < graphql_query : 'a Core_kernel.ref.. > -> < graphql_query : 'a Core_kernel.ref.. > as 'b -> 'c
val inner_query : < graphql_query : 'a Core_kernel.ref.. > -> 'b