Arda TANRIKULU

Results 458 comments of Arda TANRIKULU

We'll take a look but this is just a warning, and it shouldn't have any effect on runtime.

>First of all, when I open /api/graphql this error still exist. This looks like a different error. Please create a different issue with a reproduction.

GraphQL Yoga with `@graphql-tools/federation` supports subscriptions already; https://github.com/dotansimha/graphql-yoga/pull/3054 But if you are looking for a non-programmatic solution like Wundergraph but in JS, GraphQL Mesh also provides that

Could you help me to reproduce it here in CodeSandbox? Maybe it is your setup? I don't see any issues here; https://codesandbox.io/p/sandbox/heuristic-dew-g8rdvl?file=/src/index.ts:20,1

I think we have it. @n1ru4l https://the-guild.dev/graphql/yoga-server/docs/features/subscriptions#client-usage-with-relay

You can check if the cookie is there before setting it; ```ts if (!(await cookieStore.get('COOKIE_NAME'))) ```

Instead of a magic with type casts and so on, we can align Yoga's override with CloudFlare types by making the following change; ```diff declare global { interface ReadableStream {...

Also see my PR to simplify cache initialization for CloudFlare workers or any other dynamic cache initialization; https://github.com/n1ru4l/envelop/pull/2238#issuecomment-2119483733

Thanks for the feedback and work! I think #2238 solves it in a different way so we don't need to worry about the type conflicts.