Module Mina_graphql.Reflection

val regex : Re2.t lazy_t
val underToCamel : string -> string
val reflect : ( 'a -> 'b ) -> typ:( 'c, 'd ) Graphql_async.Schema.typ -> ( 'c, 'e ) Graphql_async.Schema.field list -> ( 'f, 'g, 'h ) Core.Field.t_with_perm -> ( 'c, 'e ) Graphql_async.Schema.field list

When Fields.folding, create graphql fields via reflection

module Shorthand : sig ... end