Arda TANRIKULU

Results 362 comments of Arda TANRIKULU

I see you downvoted my comment. Could you explain what is the problem with the new scalar? It doesn't use JavaScript `Date` and it keeps `DateTime` as `string` like you...

No plans for this before v1.

We no longer use `cross-undici-fetch` so the issue might not be relevant. Closing this issue for now. Let us know if this still doesn't work properly so we can reopen...

@strongpauly So you can do the same with graphql-scalars, right? I think we follow the same pattern of graphql.js as you can see in the link I shared. I don't...

Hi @glasser and @trevor-scheer ! First of all, Congratulations on new Apollo Server v4 release! I see many users of Apollo Server asking for support on different JS environments such...

> although Apollo Server 4 already has created its own abstraction for HTTP messages This is the problem in most server implementations. There is already available abstraction there used by...

@dnalborczyk That's why we built `@whatwg-node/server` which basically allows you to use Fetch API for server side. https://the-guild.dev/blog/fetch-for-servers We think it is unnecessary to build an abstraction layer(which we believe...

@dnalborczyk That's why, we have `@whatwg-node/fetch` that uses `undici` if possible or patched version of `node-fetch`. https://github.com/ardatan/whatwg-node/tree/master/packages/fetch You can also check the examples and our tests to see how it...