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(ci): regression on error output #8198

Merged
merged 5 commits into from
Aug 8, 2022
Merged

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    bf90367 View commit details
    Browse the repository at this point in the history
  2. fix(cli): align loadSchema() error handling on loadDocuments()

    `loadDocuments()` from `graphql-tools` uses standard `Error` class (https://github.com/ardatan/graphql-tools/blob/d76a299cf9ccc3e8b3bc6f36bcb1c32bb61d39f1/packages/load/src/load-typedefs.ts#L120)
    Schema loading error were hidden because `listr` do not handle `DetailedError`.
    charlypoly committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    5e6536e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    714ab51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    310d0a0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fix/cli-error-handling' of github.com:dotansimha/graphq…

    …l-code-generator into fix/cli-error-handling
    charlypoly committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    de75463 View commit details
    Browse the repository at this point in the history