Skip to content

Choose a tag to compare

@theguild-bot theguild-bot released this 18 Feb 09:16
· 137 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';