The current Readme mentions that any HttpLink links should be removed from ApolloClient. This makes it sound like blocking requirement for some even though createUploadLink can be used to do a similar job that HttpLink did.
I suggest to update the Readme and mention that createUploadLink has similar features as HttpLink and can in many cases replace it.