apollo
apollo copied to clipboard
🚀 Apollo/GraphQL integration for VueJS
**Describe the bug** If you specify a reactive object for the `useLazyQuery` context, then if the context changes (prop of reactive object) inside the `ApolloLink` (**specifically inside the `forward` function**),...
**Is your feature request related to a problem? Please describe.** I use vite to make a wordpress theme and use @vue/apollo-composable to get my article data. I followed the usage...
**Describe the bug** The value of `result` is undefined while a refetch occurs after a variable update. ```js const variables = ref({ id: props.id, sort: sort.value, group: group.value, }); const...
**Describe the bug** I'm trying to update our dependencies to use the latest version of graphql and apollo client, but I can't find a way to do this with `vue-apollo`....
**Describe the bug** Invoking "useMutation" with onDone hook does not decrement global mutation loading (useGlobalMutationLoading) Will investigate and provide more details or fix soon **workaround** use ".then()" or update function...
**Describe the bug** When I use the debounce for my query, it triggered twice, once directly when I call the composable and then a second time after the debounce time...
**Describe the bug** When both the variables and the query are getting changed of an ApolloQuery component at the same time, the query gets fired twice. **To Reproduce** 1. Download...
**Is your feature request related to a problem? Please describe.** In order to simulate apollo-client's old behavior where `data` is not set to undefined when fetching, we need to have...
I would like to add this issue to support dark mode for V4 apollo docs
First of all, thanks for your work on this essential plugin for Vue. I have an important 'feature' request, which I think is necessary to be able to release a...