apollo-angular@10.0.0
·
11 commits
to master
since this release
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