Posts
Members
Info
Could not find a declaration file for module './vue-apollo'
Hi guys, I saw an open issue for this in github from 2018 but this still seems an issue today. How can this be resolved? …
0
1
vue-apollo is now an official library!
After some time of development, vue-apollo recently reached v3.0. It was also moved to the official Vue org and is now living under https://github.com/vuejs/vue-apollo Check it out!
0
0
Hey, how can we implement infinite scroll... Vuejs + graphql
Infinite scroll in Vue js and django graphene project.
0
3
Deleted·92d# Vue Apollo
Consol Error NuxtJS Apollo GraphQL
Hi everybody I have a console error I'm using nuxtjs with apollo module for graphql, here the error : Uncaught Error: Cannot use e "__Schema" from another module or realm. I tryied a lot of things on Google, but does not working :(, if someone can help me please
0
0
Apollo Local State
Hi there, friends! I'm using vue with apollo, and now I'm trying to decide which way I should go to manage the state of my application. There are two points: 1. apollo-link-state …
1
0
How to declare this.$apollo when using class components in TypeScript?
Trying to figure out how to get TypeScript to recognize things like this.$apollo.mutate inside my class methods. My component extends the standard Vue class from vue-property-decorator for the Component decorator to work. Standard Vue class does of course not have any…
0
2
AWS AppSync (DynamoDB) AG-Grid (Server Side Datasource) needs query on demand?
I have an vuejs apollo app that displays data on a AG Grid. Using reactive queries works wonders, but I have the requirement to do everything server side - which means, I will get requests from the grid for data depending on the user interactions. I couldn't find a "smart" and…
0
1
Hi guys! Would someone know if the following is even possible?
https://github.com/Akryum/vue-apollo/issues/692
0
0
Fragments on unions and interfaces
Does anyone have any idea how do I use fragments on unions? I've seen the documentation for React (https://www.apollographql.com/docs/react/advanced/fragments/#fragments-on-unions-and-interfaces) but not much on Vue. I have a query that returns two fragments, both with…
1
1
·189d# Vue Apollo
Mutations on Vuex Store
What is the best way to make mutations in a Vuex Store. A typical example would be logging in a user
0
0