apollo icon indicating copy to clipboard operation
apollo copied to clipboard

🚀 Apollo/GraphQL integration for VueJS

Results 190 apollo issues
Sort by recently updated
recently updated
newest added

Hi folks, I'm trying to pass an int value as seconds scalar to my graphql-backend. My mutation looks like ``` updateS( sId: ID = null s: s = null ):...

**Is your feature request related to a problem? Please describe.** Smaller bundle size **Describe the solution you'd like** A clear and concise description of what you want to happen. I...

enhancement

Hi there, I'm looking at examples for setting headers in defaultOptions but these will affect all my queries, how can i pass custom headers to queries (different headers to different...

**Is your feature request related to a problem? Please describe.** We're using Contentful CMS GraphQL API in project. It supports [`preview` variable](https://www.contentful.com/developers/docs/references/graphql/#/introduction/previewing-content) in queries which allows to fetch draft content....

enhancement

Getting a security audit warning because of serialize-javascript saying it needs to be updated to 3.1.0. I'm sure you are seeing this too. Can you have a look? Scott

**Describe the bug** @vue/apollo-composable is not working with graphql 15.5 **To Reproduce** Steps to reproduce the behavior: 1. `npm install graphql` // latest 15.5 2. `npm install @vue/apollo-composable` 3. fails...

nuxtjs/apollo: 4.0.1-rc.5 graphql: 15.5.0 nuxt: 2.15.3 I am building a categories index page for a website where I utilize apollo to retrieve all categories on page load. I want to...

Following the [manual instructions](https://akryum.github.io/vue-apollo/guide/installation.html#manual-installation) and creating a simple HelloApollo.vue component, I get the following when trying to run it... webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:602 [Vue warn]: Error in created hook: "TypeError: Cannot read property...

need feedback

Hello, I wanted to ask if it is possible to get the loading-state of a query that's executed in another component. **Example:** Dashboard and Login are handled in different components....

enhancement

**Describe the bug** Using `fetchMore` and then `refetch` causes duplicated results. **To Reproduce** Steps to reproduce the behavior: 1. Load results from backend using `useQuery` 2. Use `fetchMore` to load...

upstream
v4