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 ```