pub fn use_forge_query<TArgs, TResult>( function_name: &'static str, args: TArgs, ) -> QueryState<TResult>where TArgs: Serialize + Clone + PartialEq + 'static, TResult: DeserializeOwned + Clone + 'static,