From 1006604cd187aa330bc29b2ce0b786fc27103962 Mon Sep 17 00:00:00 2001 From: Shikha Mishra Date: Mon, 4 Nov 2019 19:07:56 +0530 Subject: [PATCH] Fixed cms query input --- guides/v2.3/graphql/queries/cms-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.3/graphql/queries/cms-page.md b/guides/v2.3/graphql/queries/cms-page.md index 5a7f5dc7e6b..fefc01546da 100644 --- a/guides/v2.3/graphql/queries/cms-page.md +++ b/guides/v2.3/graphql/queries/cms-page.md @@ -21,7 +21,7 @@ The following query returns information about the "404 Not Found" CMS page: ```graphql { - cmsPage(identifier: 1) { + cmsPage(identifier: "no-route") { url_key title content