Fields.Input
module T : sig ... end
type ('input_type, 'a, 'c, 'nullable) t = < graphql_fields : 'input_type T.t Core_kernel.ref ; contramap : ( 'c -> 'input_type ) Core_kernel.ref ; nullable_graphql_fields : 'nullable T.t Core_kernel.ref.. > as 'a