Skip to content

Calculate query complexity with fragments correctly independent of order#1668

Closed
spawnia wants to merge 4 commits into
masterfrom
query-complexity-fragment-order
Closed

Calculate query complexity with fragments correctly independent of order#1668
spawnia wants to merge 4 commits into
masterfrom
query-complexity-fragment-order

Conversation

@spawnia

@spawnia spawnia commented Jan 21, 2025

Copy link
Copy Markdown
Collaborator

Fixes #785

@spawnia spawnia added the bug label Jan 21, 2025
spawnia and others added 3 commits January 21, 2025 09:49
# Conflicts:
#	src/Language/Lexer.php
#	src/Utils/BuildSchema.php
#	src/Validator/Rules/QueryComplexity.php
# Conflicts:
#	tests/Validator/QueryComplexityTest.php

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 07026b0 Previous: 203d11e Ratio
DeferredBench::benchManyNestedDeferreds 18.811 ms 12.472 ms 1.51

This comment was automatically generated by workflow using github-action-benchmark.

@spawnia

spawnia commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator Author

Closing — after merging master, this PR has an empty diff. The changes are already in master.

@spawnia spawnia closed this Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Query complexity is missing on fields included by fragments

1 participant