- Updated dependencies.
- New API:
- Now exporting the custom network interface, which has been renamed
HTTPUploadNetworkInterface. This enables it to be extended externally. - In preparation for adding another batched network interface,
createNetworkInterfaceis now a named and not default export.
- Now exporting the custom network interface, which has been renamed
- Fixed the
uriargument forcreateNetworkInterfaceending up in the request options. - Internally simplified
apollo-clientimports. - Simpler linting setup.