Skip to content

v3.0.0-rc.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@Akryum Akryum released this 19 Sep 23:17

Fixed

  • types: allow typing this in the apollo 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 infer this correctly because of an issue in TypeScript. Workaround: use a function to return the whole query definition and use arrow functions (example).