Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

With Vue 3#

Open in StackBlitz Open in CodeSandbox

This example shows @urql/vue in use with Vue 3, as explained on the "Vue" page of the "Basics" documentation.

To run this example install dependencies and run the start script:

yarn install
yarn run start
# or
npm install
npm run start

This example contains: