0.4.0 • Published 2 years ago

@nuxt3-graphql/urql v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@nuxt3-graphql/urql

@urql/vue for Nuxt.js! ⚡️

Features

  • Provide urql client to your application
  • Configurable URL in nuxt.config.ts
  • SSR support with ssrExchange

Install

yarn add -D @nuxt3-graphql/urql @urql/vue graphql
# npm i -D @nuxt3-graphql/urql @urql/vue graphql

Usage

Within your nuxt.config.js add the following:

import { defineNuxtConfig } from "nuxt3";

export default defineNuxtConfig({
  buildModules: [
    "@nuxt3-graphql/urql",
  ],
  urql: {
    url: "https://rickandmortyapi.com/graphql/"
  },
});

Refer to the @urql/vue documentation for more information.

Roadmap

0.3.6

2 years ago

0.3.5

2 years ago

0.3.7

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago