Skip to content

Instantly share code, notes, and snippets.

@Akryum
Last active September 21, 2016 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akryum/e8791439dca0a1ed9659ff4e3e81f869 to your computer and use it in GitHub Desktop.
Save Akryum/e8791439dca0a1ed9659ff4e3e81f869 to your computer and use it in GitHub Desktop.
<script>
export default {
created() {
this.$apollo.watchQuery({
/* options */
}).then(data => {
console.log(data);
});
},
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment