1 Repo
Automatically subscribes to GraphQL subscriptions for active queries and unsubscribes when components unmount.
Distinct from Subscription Lifecycle Management: Distinct from Subscription Lifecycle Management: specifically manages GraphQL subscription lifecycles tied to component mount/unmount, not general event subscriptions.
Explore 1 awesome GitHub repository matching software engineering & architecture · GraphQL Subscription Lifecycles. Refine with filters or upvote what's useful.
Vue Apollo is a GraphQL client library for Vue.js that integrates Apollo GraphQL queries and mutations into Vue components with reactive data binding. It provides a reactive data layer that automatically updates Vue component state when GraphQL query results change, and supports server-side rendering by prefetching queries during SSR to deliver fully populated HTML on initial page load. The library allows GraphQL queries and mutations to be declared directly inside Vue component options using the apollo property, keeping data dependencies co-located with the UI. It wraps Apollo Client's nor
Automatically subscribes to GraphQL subscriptions for active queries and unsubscribes on component unmount to prevent memory leaks.