Fatih Kadir Akın

Results 87 comments of Fatih Kadir Akın

I'm going to test it and fix! :)

Man I'm adding you to the project :) You can do whatever you want without asking :+1:

> Convert to ES6. > Create distribution using the ES6 Module Transpiler. I think we can use https://github.com/sebmck/6to5, I really like it :) > Remove dist folder, since you don't...

Thanks man! Good idea. It was really disturbing me, too :)

@tbranyen I've ideas about ES6 [here](https://github.com/deloreanjs/delorean/blob/master/FUTURE.md), your ideas would be awesome, too :)

This does not actually solve the issue. ``` new Function("fragments", "return fragments.x.y.z") ``` is not equal to ``` fragments['x.y.z'] ``` Thanks!

Oopss sorry. I re-read the code and seems like you're right! 😥 I'll merge it after my tests.

Hey! Can you test is by passing `asJSON: true`? ```js const graphTest = graphql("https://countries.trevorblades.com/", { method: "POST", asJSON: true }); ```

It converts Form data to JSON body. Normally it sends data as form values. If you're using a back-end which uses JSON body it may break.

I'm gonna check it. Fatih Kadir Akın > Edward Rudd ***@***.***> şunları yazdı (11 Ara 2021 ÖS 8:56): > >  > I have the following setup > > export...