Skip to content

Commit 9c19a9a

Browse files
build: bump gql_client to partial-data fork
Pin the dependency to a revision that surfaces partial `data` on errored responses via `GraphQLError::data()`. Lets callers consume populated sibling fields when a per-field error propagates up to a nullable ancestor — used by the upcoming up-front token validation path to read the session even when `repositoryOverview` errors with REPOSITORY_NOT_FOUND. Refs COD-2628 Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fd8701d commit 9c19a9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ simplelog = { version = "0.12.1", default-features = false, features = [
4343
tempfile = { workspace = true }
4444
git2 = "0.20.4"
4545
nestify = "0.3.3"
46-
gql_client = { git = "https://github.com/CodSpeedHQ/gql-client-rs" }
46+
gql_client = { git = "https://github.com/CodSpeedHQ/gql-client-rs", rev = "617a889e1d9089b5aa36679f1a5aa13ad01993ae" }
4747
serde_yaml = "0.9.34"
4848
sysinfo = { version = "0.33.1", features = ["serde"] }
4949
indicatif = "0.17.8"

0 commit comments

Comments
 (0)