Major Changes
-
#2342
baf538a
Thanks @PowerKiKi! - Drop deprecated things:- Instead of
ApolloModule
, use eitherprovideApollo()
orprovideNamedApollo()
. - Instead of
import {graphql} from 'apollo-angular';
use
import {gql as graphql} from 'apollo-angular';
- Instead of