Merge pull request #10348 from AntonyThorpe/patch-2

Updated 2_configuring_your_schema.md
This commit is contained in:
Guy Sartorelli 2022-06-05 19:22:21 +12:00 committed by GitHub
commit 40ba78fd63
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
``` ```