Fields_derivers
module Annotations : sig ... end
val under_to_camel : Core_kernel.String.t -> Core_kernel.String.t
Rewrites underscore_case to camelCase. Note: Keeps leading underscores.
val name_under_to_camel : ( 'a, 'b, 'c ) Fieldslib.Field.t_with_perm -> Core_kernel.String.t
Like Field.name but rewrites underscore_case to camelCase.
val introspection_query_raw : string