Skip to content

issues Search Results · repo:vuejs/apollo language:TypeScript

Filter by

947 results
 (68 ms)

947 results

invuejs/apollo (press backspace or delete to remove)

Describe the bug Reactivity with GQL queries in remote apps is lost when using ModuleFederation across remote apps that have different versions of Vue and are sharing dependencies. To Reproduce Stackblitz ...
  • michael-iden
  • Opened 
    23 days ago
  • #1595

Describe the bug In this scenario, the watcher is called twice after the result from refetch is received. // after immediate request, result is undefined, because the response does not exist in cache ...
  • cndev123
  • Opened 
    on May 30
  • #1594

Describe the bug The onResult hook of useQuery is called in a (for me) confusing manner. Its behavior is not documented. // call without any non-default fetch-policy const { onResult } = useQuery(query, ...
  • cndev123
  • 1
  • Opened 
    on May 30
  • #1593

Describe the bug I ve created a composable that wraps useLazyQuery for DRY reasons: import type { OperationVariables } from @apollo/client ; import { provideApolloClient, useLazyQuery } from @vue/apollo-composable ...
  • kmhleonwillens
  • 1
  • Opened 
    on May 6
  • #1591

When I try to satisfy the generate types in VSCode calling a mutation I need to provide the variables wrapped in a variables : {} (as below). to silence any errors. import type { BookCreateInput } from ...
  • dallasjohnson
  • 1
  • Opened 
    on Mar 25
  • #1586

Hi, I’m experiencing an issue with automatic type inference for GraphQL queries when using composables. I previously had it working, but it no longer works, and I can’t figure out why. 🎯 Context - ...
  • LouisMazel
  • 1
  • Opened 
    on Feb 17
  • #1584

Describe the bug @vue/apollo-composable causes memory leak in SSR, enough said I think To Reproduce Install latest version (4.2.1) in your SSR app (e.g. Nuxt) and invoke any of the loading tracking utilities: ...
  • fabis94
  • 3
  • Opened 
    on Jan 9
  • #1583

Describe the bug This is related to this issue, I m getting typescript error when using auto-imported functions in templates. To Reproduce Example: // utils export const isBool = () = true // use ...
  • ronrix
  • 2
  • Opened 
    on Nov 20, 2024
  • #1581

Describe the bug I have created a composition function of car. const { load: loadCarByPk, onResult: onResultCarByPk, onError: onErrorCarByPk, refetch: refetchCarByPk, } = useLazyQuery(CAR_BY_PK_DOCUMENT) ...
  • haaah
  • 2
  • Opened 
    on Nov 6, 2024
  • #1580

Describe the solution you d like I m looking for an option to explicitly prevent a query from updating when a variable changes. I have no idea why one of my queries gets updated when a variable changes ...
enhancement
  • raphaelparent
  • Opened 
    on Nov 1, 2024
  • #1579
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub