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.
new ApolloClient