apollo
apollo copied to clipboard
🚀 Apollo/GraphQL integration for VueJS
**Describe the bug** Hey! I'm migrating a project from **Nuxt 2** to **Nuxt 3**, with `@nuxtjs/apollo: 4.0.1-rc.5` to `@nuxtjs/apollo: 5.0.0-alpha.6`, and also `aws-appsync`, in which I have a chat in...
**Describe the bug** I add Apollo client in main.ts, like this: ``` const app = createApp(App); // HTTP connection to the API let url = import.meta.env.VITE_NODE_API + '/graphql'; console.log(url) const...
currently, when you invoke the `provideApolloClient` method with a valid client you are pretty much stuck with it. If you are using something like `cy.intercept` then the cache of the...
**Describe the bug** Passing a `DocumentNode` to `refetchQueries` as parameter does not trigger an update for the query, whereas passing the name of the query does. As shown [here](https://www.apollographql.com/docs/react/data/mutations/#refetching-queries) both...
**Is your feature request related to a problem? Please describe.** I wanted to get a specific object from the cache that I knew would exist (because another query loading all...
**Describe the bug** When I try to use the apollo client that vue uses outside of a component and also use `provideApolloClient` I get the error `Apollo client with id...
**Describe the bug** I have a vue project. We use the composition API. Therefore we use `provideApolloClient` in order to provide the client to all usages of `useQuery`, `useMutation`, etc....
**Describe the bug** The URL for the v4 docs redirects to the v3 docs page. **To Reproduce** Steps to reproduce the behavior: 1. Navigate to https://v4.apollo.vuejs.org/ - it immediately redirects...
**Is your feature request related to a problem? Please describe.** We have `useQuery`, `useMutation`, etc, but there's no `useFragment`. **Describe the solution you'd like** I'd like to be able to...
**Describe the bug** When installing this project as dependency through Yarn (v2+), a warning is raised about a missing peer dependency for `typescript`. See also https://yarnpkg.com/advanced/error-codes#yn0002---missing_peer_dependency (and https://dev.to/arcanis/implicit-transitive-peer-dependencies-ed0). **To Reproduce**...