with fixes

This commit is contained in:
2023-01-28 16:19:57 +01:00
parent 3422147e17
commit 3eb891422f
3 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ pub fn get_schema() -> eyre::Result<IntrospectionResponse> {
let cfg = Config::new(None, None, None, None);
//TODO: Implement context for proc
let (conn, proc) = Engine::new().start(&cfg)?;
let (conn, _proc) = Engine::new().start(&cfg)?;
let session = Session::new();
let req_builder = session.start(cfg, &conn)?;
let schema = session.schema(req_builder)?;