From ab3375ce265dc7d5574792a6eda745a14c30d5d9 Mon Sep 17 00:00:00 2001 From: Antony Thorpe <1023740+AntonyThorpe@users.noreply.github.com> Date: Sun, 5 Jun 2022 18:40:24 +1200 Subject: [PATCH] Updated 2_configuring_your_schema.md Fixed tiny inconsistency in `Namespacing by directory name` --- .../19_GraphQL/01_getting_started/02_configuring_your_schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/02_configuring_your_schema.md b/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/02_configuring_your_schema.md index f7e9828ee..4349c72a5 100644 --- a/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/02_configuring_your_schema.md +++ b/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/02_configuring_your_schema.md @@ -145,7 +145,7 @@ There are two approaches to namespacing: If you use a parent directory name (at any depth) of one of the four keywords above, it will be implicitly placed in the corresponding section of the schema. -**app/_graphql/types/config.yml** +**app/_graphql/config/config.yml** ```yaml # my schema config here ```