pub fn get_schema_args_info<'a>(
op_name: &'a str,
overload: &'a str,
) -> Result<Vec<SchemaArgInfo<'a>>, Exception>
Expand description
Give information about which arguments can be mutated by the provided operator. TODO:
- This returns results for all arguments, even ones not provided by the caller.