v3.0.0-rc.6
Pre-release
Pre-release
Fixed
- types: allow typing
this
in theapollo
option in decorator, closes #780 - types: allow typing the variables for
VueApolloQueryDefinition
, closes #787
Known issues
- types: Using the array notation for
subscribeToMore
may not inferthis
correctly because of an issue in TypeScript. Workaround: use a function to return the whole query definition and use arrow functions (example).