From 1719cca1365eee2bd3cfc515ed49c7da1b77e575 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Sat, 12 Nov 2022 12:10:24 +0100 Subject: [PATCH] docs: add reference to server packages --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1461ccbe..94e94f5e 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ --- +> For defining a GraphQL server in Nuxt 3, you may want to have a look at the [Apollo Server integration package for Nuxt](https://github.com/apollo-server-integrations/apollo-server-integration-h3) and the [GraphQL server toolkit Nuxt module](https://github.com/tobiasdiez/nuxt-graphql-server). + ## Preview [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/nuxt-apollo-demo)