apollo-ios v0.44.0 Release Notes

    • 💥 BREAKING: Split ApolloCore into two more granular libraries, ApolloAPI (which will contain the parts necessary to compile generated code) and ApolloUtils (which will contain code shared between Apollo and ApolloCodegenLib). If you were previously importing ApolloCore, in most places you will need to import ApolloUtils. If you're using Carthage, you will need to remove the old ApolloCore xcframework and replace it with the two ApolloAPI and ApolloUtils frameworks. (#1817)
    • 🛠 Fixed a stray CocoaPods warning. (#1769)
    • ⚡️ Updated the Typescript CLI to version 2.32.13. (#1773)
    • ➕ Added the ability to specify a cachePolicy when calling refresh on a GraphQLWatcher. (#1802)