Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: cache graphql query in query plan. #3106

Merged
merged 40 commits into from
Dec 13, 2024

Merge branch 'main' into fix/render-selection-set-directly

b10fa32
Select commit
Loading
Failed to load commit list.
Merged

feat: cache graphql query in query plan. #3106

Merge branch 'main' into fix/render-selection-set-directly
b10fa32
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 13, 2024 in 1s

63.81% of diff hit (target 86.78%)

View this Pull Request on Codecov

63.81% of diff hit (target 86.78%)

Annotations

Check warning on line 452 in src/core/document.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/document.rs#L452

Added line #L452 was not covered by tests

Check warning on line 121 in src/core/graphql/request_template.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/graphql/request_template.rs#L121

Added line #L121 was not covered by tests

Check warning on line 117 in src/core/jit/model.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/jit/model.rs#L114-L117

Added lines #L114 - L117 were not covered by tests

Check warning on line 208 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L203-L208

Added lines #L203 - L208 were not covered by tests

Check warning on line 210 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L210

Added line #L210 was not covered by tests

Check warning on line 219 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L212-L219

Added lines #L212 - L219 were not covered by tests

Check warning on line 223 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L222-L223

Added lines #L222 - L223 were not covered by tests

Check warning on line 228 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L225-L228

Added lines #L225 - L228 were not covered by tests

Check warning on line 230 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L230

Added line #L230 was not covered by tests

Check warning on line 235 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L232-L235

Added lines #L232 - L235 were not covered by tests

Check warning on line 237 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L237

Added line #L237 was not covered by tests

Check warning on line 242 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L239-L242

Added lines #L239 - L242 were not covered by tests

Check warning on line 244 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L244

Added line #L244 was not covered by tests

Check warning on line 249 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L246-L249

Added lines #L246 - L249 were not covered by tests

Check warning on line 251 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L251

Added line #L251 was not covered by tests

Check warning on line 256 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L253-L256

Added lines #L253 - L256 were not covered by tests

Check warning on line 258 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L258

Added line #L258 was not covered by tests

Check warning on line 263 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L260-L263

Added lines #L260 - L263 were not covered by tests

Check warning on line 265 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L265

Added line #L265 was not covered by tests

Check warning on line 270 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L267-L270

Added lines #L267 - L270 were not covered by tests

Check warning on line 272 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L272

Added line #L272 was not covered by tests

Check warning on line 277 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L274-L277

Added lines #L274 - L277 were not covered by tests

Check warning on line 279 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L279

Added line #L279 was not covered by tests

Check warning on line 291 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L285-L291

Added lines #L285 - L291 were not covered by tests

Check warning on line 294 in src/core/json/graphql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/json/graphql.rs#L293-L294

Added lines #L293 - L294 were not covered by tests