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

fix: Update graphql-js error handling #3132

Merged
merged 3 commits into from
Jul 20, 2023
Merged

Commits on Jul 20, 2023

  1. fix: Update graphql-js error handling

    -Updating the handling of graphql-js errors to check if source locations exist to determine how to process and display the error
    -This fixes the issue of reaching the max error limit of graphql-js
    BobaFetters committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9e37111 View commit details
    Browse the repository at this point in the history
  2. Minor test fix

    BobaFetters committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    28e0d78 View commit details
    Browse the repository at this point in the history
  3. Removing [Error] label

    BobaFetters committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6354227 View commit details
    Browse the repository at this point in the history