Skip to main content

update_query

Function update_query 

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