Skip to content

JoosepAlviste/apollo-client-partial-details-example

Repository files navigation

Apollo Client Partial Details Example

An example project with Vue, Apollo Client, TypeScript, and GraphQL Code Generator showing off the possibility to easily use list query data for pre-filling data for a details query.

Requirements

  • node
  • npm

Getting started

First, install the dependencies:

npm install

Then, run the dev server:

npm run dev

You can also run GraphQL Code Generator:

npm run codegen

And run TypeScript type checks:

npm run build