Skip to content

Instantly share code, notes, and snippets.

@LazyFatArrow
Created May 27, 2019 22:06
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 LazyFatArrow/38cce15762eb289e3a2b49db61249dbd to your computer and use it in GitHub Desktop.
Save LazyFatArrow/38cce15762eb289e3a2b49db61249dbd to your computer and use it in GitHub Desktop.
<template>
</template>
<script>
import { POLLS } from '@/gql/queries/poll.queries'
export default {
apollo: {
polls: {
query: POLLS,
}
},
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment