From d114cdd3ff9b018bbf482d41f2e4ccfa3b808d8d Mon Sep 17 00:00:00 2001 From: Daniel Mai Date: Thu, 17 Dec 2020 15:21:53 -0800 Subject: [PATCH] docs(graphql): Fix link to lambda fields. (#7163) The /graphql/lambda/directive page doesn't exist. The correct link goes to /graphql/lambda/field. --- wiki/content/graphql/lambda/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/content/graphql/lambda/overview.md b/wiki/content/graphql/lambda/overview.md index 9ddd4714adf..85987465f5b 100644 --- a/wiki/content/graphql/lambda/overview.md +++ b/wiki/content/graphql/lambda/overview.md @@ -194,7 +194,7 @@ You should see a response such as Find out more about the `@lambda` directive, or check out: -* [lambda fields](/graphql/lambda/directive) +* [lambda fields](/graphql/lambda/field) * [lambda queries](/graphql/lambda/query) * [lambda mutations](/graphql/lambda/mutation) * [lambda server setup](/graphql/lambda/server)