apollo

🚀 Apollo/GraphQL integration for VueJS

MIT License

Stars
6K
Committers
139

Bot releases are hidden (Show)

apollo -

Published by Akryum almost 8 years ago

New

  • The throttle and debounce options apply lodash throttle and debounce on the query when Vue variables change. Specify either a number of milliseconds or an object with the wait option (in milliseconds) and the lodash options.

Fixes

  • When the query was rerun after variables change, the apollo cache was not used; apollo setVariables has been replaced with setOptions.
  • Misc. loading count fix.
apollo - 1.1.0-beta.2 - Pagination

Published by Akryum almost 8 years ago

  • Access declarative queries with this.$apollo.queries.<name>
  • Access declarative subscriptions with this.$apollo.subscriptions.<name>
  • Pagniation with fetchMore documentation
apollo - 1.1.0-beta.1 - Subscriptions

Published by Akryum almost 8 years ago

  • Basic graphql subscriptions support (doc)
apollo -

Published by Akryum almost 8 years ago

  • Fix #10 (simple queries not working)
  • Better compatibility with [email protected]
  • It's no longer necessary to initialize the properties in the component data hook.
apollo -

Published by Akryum about 8 years ago

apollo -

Published by Akryum about 8 years ago

  • Compiled with babel before publishing to npm
  • Fixes for compatibility with Vue 1.x
apollo -

Published by Akryum about 8 years ago

  • Fix data & loadingKey
  • Apollo "hello world" example app
apollo -

Published by Akryum about 8 years ago

  • Fixed loadingKey for Vue 2.0
apollo - v1.0.0-beta.6 - API Change

Published by Akryum about 8 years ago

[Breaking] The api is now simple and only uses watchQuery.

apollo -

Published by Akryum about 8 years ago

Fixed missing dependency.

apollo -

Published by Akryum about 8 years ago

First public release.

Package Rankings
Top 3.79% on Proxy.golang.org
Badges
Extracted from project README
Related Projects