**graphql-request** doesn't work with TypeScript projects. I'm seeing the following error: `node_modules/graphql-request/dist/src/types.d.ts(5,14): error TS2304: Cannot find name 'RequestInit'` I found the following related issue: [RequestInit is not defined](https://github.com/apollographql/apollo-client/issues/207) Any help getting graphql-request working in TypeScript would be appreciated. Thank you.