Arda TANRIKULU

Results 597 comments of Arda TANRIKULU

@Moniv9 Feel free to help us since it is an opensource project :) We'd love to accept a PR that improves this feature.

It is not the default behavior because we cannot assume all calls of `gql` have graphql operations as a string in the code file because it can have a reference...

Thanks for the PR, and sorry for the late review :) Unfortunately integration tests are failing :/ Could you take a look by any chance?

Not yet but as @EmrysMyrddin said above, a reproduction or a PR with a failing test would be better for us or anyone else(who wants to contribute) in order to...

Right now current docs use GraphQL Tools.

See https://github.com/dotansimha/graphql-yoga/issues/2120#issuecomment-2245855216

Then could you help us to reproduce it because error stack traces look too cryptic for us to understand the problem?

Sorry but this is not helpful enough for us to debug the issue. We need a proper reproduction like I said above.

Instead of `return reply.send`, it should be `reply.send` and `return reply` like here already; https://github.com/dotansimha/graphql-yoga/blob/main/examples/fastify/src/app.ts#L90