Skip to content
Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 17 Oct 11:43
· 2 commits to master since this release

Patch Changes

  • #2312
    8bbdc6b
    Thanks @PowerKiKi! - Smaller bundle for gql

  • #2314
    e98e06a
    Thanks @PowerKiKi! - Deprecate graphql alias for gql tag function

    Because importing the same thing from two different import points will increase the final bundle
    size. If you want a different name for the tag function, then use as syntax, such as:

    import { gql as graphql } from 'apollo-angular';