Jesse de Vries

Results 3 issues of Jesse de Vries

- Deeply search for File instances in request variables (to fix #5). - Fall back to original `fetchFromRemoteEndpoint` to stay compatible with changes from [apollo-client](https://github.com/apollographql/apollo-client).

My transpiler is having trouble importing `'apollo-client/transport/networkInterface'`: ``` Error: Parsing file node_modules/apollo-client/transport/networkInterface.js: 'import' and 'export' may only appear at the top level (10:0) ``` I created a [PR](https://github.com/HriBB/apollo-upload-network-interface/pull/13).

When importing from `'apollo-client/transport/networkInterface'`, the transpiler gives the error: ``` Error: Parsing file node_modules/apollo-client/transport/networkInterface.js: 'import' and 'export' may only appear at the top level (10:0) ``` Which is fixed when...