From 684427edd566a905a07c784d67e49c1615aa4dd8 Mon Sep 17 00:00:00 2001 From: Sam Kvale Date: Tue, 7 Jun 2022 09:13:34 -0500 Subject: [PATCH] Update graphql.md to fix link --- docs/graphql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphql.md b/docs/graphql.md index 358cb5e187..6c2481c56c 100644 --- a/docs/graphql.md +++ b/docs/graphql.md @@ -13,4 +13,4 @@ You can use [GraphQL-Codegen](https://graphql-code-generator.com/) to generate r ## Examples -- [basic-graphql-request](../docs/examples/basic-graphql-request) (The "basic" example, but implemented with [`graphql-request`](https://github.com/prisma-labs/graphql-request)) +- [basic-graphql-request](../examples/react/basic-graphql-request) (The "basic" example, but implemented with [`graphql-request`](https://github.com/prisma-labs/graphql-request))