Set Up the Apollo Client in a Vue 3 Project

Share this video with your friends

Send Tweet

Before we start on the Vue-specific Apollo integration, we can set up the core of Apollo Client.

In this lesson, we'll create a new ApolloClient configured with an in-memory cache and HTTP link to your application's GraphQL endpoint.