Arda TANRIKULU

Results 458 comments of Arda TANRIKULU

These two definitions have nothing to do with each other. That's why you cannot get "context" typed. `createSchema` also takes a context generic that might help for you. ![image](https://github.com/dotansimha/graphql-yoga/assets/20847995/3dae27de-4da7-4118-a285-77d8d4e39926)

I think it can be handled inside the current API. Not sure if this is the responsibility of the plugin. No need to throw an error since the client should...

When PersistedQueryNotFound is thrown, the client will send the original query and the hash, then the server attempts to save it. Even if it fails, it will do nothing then...

No, this is the correct one; https://the-guild.dev/graphql/stitching/handbook/other-integrations/federation-supergraph

@enisdenjo Since Stitching uses the regular executor, I expose the plan with `delegationPlanInfosByContext`. So we can get it in Mesh for example like here; https://github.com/ardatan/graphql-mesh/pull/6940/files#diff-5e5874cf986f5d1deeda6bec95633e4d1f45d2b59a022fec7e9cfbf878698042R165

Could you create a reproduction on CodeSandbox or a failing test in a PR? Thanks.

Hi @marco-streng and thank you for the report Sorry but I'm not adding a lot here but just labeling it according to our new Contribution Guide and [issue flow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow). It...