Jason Kuhrt

Results 363 comments of Jason Kuhrt

This will be solved by https://github.com/jasonkuhrt/graphql-request/pull/672

Actually this was not solved by the PR. This issue is now being tracked for the TS Client here: https://github.com/jasonkuhrt/graphql-request/issues/744

This is a GraphQL feature within he query string sent to server, nothing about this library's own code.

https://github.com/jasonkuhrt/graphql-request/issues/500

I wonder if there could be a way to distribute as an npm package to make it easy for Node projects to consume in their projects and thus in CI....

There are situations when a type error arises because a type index is expected but not present. I cannot off hand reproduce the situation though. So I'm not sure to...

How does one write `anything but something must be passed in and it cannot be undefined`?

Hey @jessekelly881 link is 404 for me. Private repo?

@jessekelly881 I like the `extend` and `shift` functions, nice!

I made _some_ progress. I understand now that we can get to the type reference from a variable declaration. But I don't know where to go from here to get...