Skip to content

apollo-angular@10.0.0

Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 18 Feb 09:16
· 11 commits to master since this release

Major Changes

  • #2342
    baf538a
    Thanks @PowerKiKi! - Drop deprecated things:

    • Instead of ApolloModule, use either provideApollo() or provideNamedApollo().
    • Instead of import {graphql} from 'apollo-angular'; use
      import {gql as graphql} from 'apollo-angular';