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

[email protected] #864

Merged
merged 1 commit into from
Jun 5, 2024
Merged

[email protected] #864

merged 1 commit into from
Jun 5, 2024

Conversation

goto-bus-stop
Copy link
Member

Fixes

  • Fix validation performance bug - goto-bus-stop in issue/862, pull/863
    Adds a cache in fragment spread validation, fixing a situation where validating a query
    with many fragment spreads against a schema with many interfaces could take multiple
    seconds to validate.

Maintenance

  • Remove ariadne byte/char mapping - goto-bus-stop in pull/855
    Generating JSON or CLI reports for apollo-compiler diagnostics used a translation layer
    between byte offsets and character offsets, which cost some computation and memory
    proportional to the size of the source text. The latest version of ariadne allows us to
    remove this translation.

@goto-bus-stop goto-bus-stop merged commit 7b1b5db into main Jun 5, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants