Module Graphql_query.Base_types

Low-level dependency make graphql_query.ml compile less often, which takes a long time *

module type Num_input = sig ... end
module type Numeric = sig ... end
module Make_numeric (Input : Num_input) : Numeric with type t = Input.t
module User_command_type : sig ... end
module Fee : sig ... end
module Amount : sig ... end
module Nonce : sig ... end
module Length : sig ... end
module Block_time : sig ... end
module Optional_block_time : sig ... end