with type filtering

This commit is contained in:
2023-01-28 20:21:19 +01:00
parent 3eb891422f
commit 2eb5d98c8a
8 changed files with 4763 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ impl Session {
Self {}
}
pub fn start(&self, _cfg: Config, conn: &ConnectParams) -> eyre::Result<RequestBuilder> {
pub fn start(&self, _cfg: &Config, conn: &ConnectParams) -> eyre::Result<RequestBuilder> {
let client = Client::builder()
.user_agent("graphql-rust/0.10.0")
.connection_verbose(true)