Updated 2_configuring_your_schema.md

Fixed tiny inconsistency in `Namespacing by directory name`
This commit is contained in:
Antony Thorpe 2022-06-05 18:40:24 +12:00 committed by GitHub
parent 5a4b35875a
commit ab3375ce26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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. be implicitly placed in the corresponding section of the schema.
**app/_graphql/types/config.yml** **app/_graphql/config/config.yml**
```yaml ```yaml
# my schema config here # my schema config here
``` ```