Arda TANRIKULU
Arda TANRIKULU
You don't need to print the schema or pass the schema itself directly. You can just give the path to the schema. I guess "./schema" in your case
I left a few comments. And some of them would probably fix the type checking issues.
You are migrating to a new major version so according to [SemVer](https://semver.org) it is expected to have breaking changes during this process. In other words, you cannot expect the same...
Fixed in the latest version!
Thanks for the docs! Do you think we can create integration tests with an example in the repo like we do for other integrations?
Here we have examples for different integrations, Next.js, Fastify etc, and each of them have integration tests in the same folder. https://github.com/dotansimha/graphql-yoga/tree/main/examples
`error.extensions.originalError` is intentional in order to allow users to see the original error details when `isDev` is enabled. `error.originalError` has a different purpose. > Way too many "required" fields on...
That's how Error Masking works in GraphQL Yoga. When `isDev` is set, we still apply error masking but show the original error under `extensions` because `GraphQLError`'s `originalError` field is not...
Thanks for creating the issue! PRs are welcome for the fix!
Closing the issue for now. Let us know if you still have any questions or issues. We can always reopen it!