Vue Apollo

JSON →
library 3.1.2 ·javascript
verified Jun 7, 2026

The official Apollo and GraphQL integration for Vue.js. Version 3.1.2 provides reactive GraphQL queries, mutations, and subscriptions via Vue's reactive system. Supports both Apollo Client v2 and v3 (via @apollo/client). Ships TypeScript definitions. Key differentiators: seamless Vue reactivity, `$apollo` helper, and `ApolloProvider` component. Alternatives include `vue-query` (TanStack Query) or raw Apollo Client.