Skip to content

Commit d342d6a

Browse files
committed
README.md
1 parent 7062824 commit d342d6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,14 @@ value, for example.
361361
> IMPORTANT: Starting from plugin version 4.0.0, schema configuration is strict
362362
> and won't implicitly include any SDL definitions unless they are explicitly specified in the GraphQL Config.
363363

364+
The only exception to the above rule is an empty configuration file that may only contain the `extensions` key.
365+
This configuration file will implicitly include any GraphQL file located under this directory.
366+
```yaml
367+
extensions:
368+
endpoints:
369+
dev: https://example.com/graphql
370+
```
371+
364372
## Legacy configuration
365373

366374
If you still prefer to use a legacy configuration format (although we don't recommend it 😉), make sure to explicitly specify the paths to

0 commit comments

Comments
 (0)