Arda TANRIKULU
Arda TANRIKULU
Sorry for the late repsonse! Is it possible for you to share a failing test or a reproduction that we can use?
Closing due to the lack of the response. We can always open the issue again when a reproduction is provided. Thanks!
You should not use development mode or disable it explicitly; ```ts createYoga({ maskedErrors: { isDev: false } }) ```
Closing the issue as it is documented now. Let us know if you have any more issues.
Thanks for the PR 🙏 But for now closing due to the inactivity! We can reopen the issue if it still persists!
Error Masking in Yoga hides errors if they are not instance of `GraphQLError`. https://the-guild.dev/graphql/yoga-server/docs/features/error-masking If you want to see the original error, you should either disable this behavior or use...
> The problem is that when throwing a GraphQLError with the originalError prop there is no originalError in the extensions of the response. Errors thrown during execution are coerced to...
Would you create a PR? @jordanco
You dont have to wait. You can start using the alphas here https://github.com/Urigo/graphql-modules/pull/2521#issuecomment-2559833414
Thanks for the PR! Could you add a changeset with "pnpm changeset" so we can bump the version with a proper changelog entry and could you also add a test...