import { graphql, gql, ApolloError } from 'react-apollo';
import { graphql } from 'react-apollo';
import { ApolloError } from 'apollo-client';
import gql from 'graphql-tag';
- If you you encounter
npm ERR! Cannot read property '0' of undefined
then removenode_modules
and reinstall the packages.