From 1d0e2b298359b01e99d61f76dc885942019900d8 Mon Sep 17 00:00:00 2001 From: Alvaro Bueno Date: Mon, 7 Feb 2022 18:28:57 -0500 Subject: [PATCH] fix: graphql guide updates Signed-off-by: Alvaro Bueno Signed-off-by: Brent Hoover --- guides/create-graphql-query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/create-graphql-query.md b/guides/create-graphql-query.md index 2dc3ba6..0f1a258 100644 --- a/guides/create-graphql-query.md +++ b/guides/create-graphql-query.md @@ -8,7 +8,7 @@ The complete Reaction Commerce GraphQL API is created by stitching together doma ## Understand the difference between a plugin query function and a GraphQL query resolver -See [Resolver mutations and queries vs. plugin mutations and queries in the GraphQL concepts docs](.docs/graphql-concepts.md) +See [Resolver mutations and queries vs. plugin mutations and queries in the GraphQL concepts docs](../docs/graphql-concepts.md) ## Name the query