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

Aggregate errors with @inaccessible #1563

Merged
merged 11 commits into from
Mar 29, 2022

Commits on Mar 3, 2022

  1. Aggregate errors with @inaccessible

    Previously, `removeInaccessibleElements` would throw an error the first time it encountered an inaccessible mismatch for types & fields.
    
    With this change, the code will continue to parse the schema and report an `AggregateError` that contains all the mismatches.
    benweatherman committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    e824fbb View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    cede597 View commit details
    Browse the repository at this point in the history
  2. Throw a ErrGraphQLValidationFailed error instead of AggregateError

    `ErrGraphQLValidationFailed` supports multiple errors and node12 & node14 don't support es2019 (which is when `AggregateError` was introduced). So rather than monkeying with node versions and polyfills, we'll just use what's already available.
    benweatherman committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    17ba722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5031eac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e538f70 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    bcdf27a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    a44f48d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f533823 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    6b53f41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb1d6c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    711baef View commit details
    Browse the repository at this point in the history