pub async fn update_query(
__arg0: State<Arc<ApiState>>,
__arg1: Path<(String, String)>,
__arg2: Json<UpdateQueryRequest>,
) -> Result<Json<MutationResponse>, Json<ErrorResponse>>pub async fn update_query(
__arg0: State<Arc<ApiState>>,
__arg1: Path<(String, String)>,
__arg2: Json<UpdateQueryRequest>,
) -> Result<Json<MutationResponse>, Json<ErrorResponse>>