This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Provides an automated solution for the following issue: | |
// http://dev.apollodata.com/react/initialization.html#fragment-matcher | |
import { | |
ApolloClient, | |
createNetworkInterface, | |
IntrospectionFragmentMatcher | |
} from 'apollo-client' | |
import types from './typemap.json' |