Arda TANRIKULU
Arda TANRIKULU
Thanks for the issue! Could you create a reproduction? So we can reproduce it as well!
You can use "additionalTypeDefs" to add extra directives. ```yml additionalTypeDefs: | extend type Foo { bar:Bar @deprecated } ```
I think you didn't update the Sandbox link. Could you check? Thanks for creating the issue!
Would you create a reproduction?
See https://github.com/ardatan/graphql-mesh/pull/7039#issuecomment-2329180770
We can change the `sessionId` factory to pass the server context as the second parameter but I am curious what do you need from the server context specifically?
Closed by https://github.com/dotansimha/graphql-yoga/pull/3520
You can apply root level transforms on your own with the plugin system on the gateway, because we saw that root-levelt ransforms are not part of composition. You can always...
Thanks for creating the issue. Would you create a PR with a failing test?
Could you share a reproduction on CodeSandbox or any sandbox environment? Thanks!