github the-guild-org/apollo-angular apollo-angular@7.2.1

latest releases: apollo-angular@11.0.0, apollo-angular@10.0.3, apollo-angular@10.0.2...
11 months ago

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';

Don't miss a new apollo-angular release

NewReleases is sending notifications on new releases.