Module Types.Zkapp_command

module With_status : sig ... end
val field_no_status : ?doc:string -> ?deprecated:Graphql_async.Schema.deprecated -> string -> typ:( 'a, 'b ) Graphql_async.Schema.typ -> args:( 'c, 'b, 'd, 'e, 'f ) Schema.Arg.args -> resolve:( 'a Graphql_async.Schema.resolve_info -> 'g -> 'h ) -> ( 'a, 'i With_status.t ) Graphql_async.Schema.field