File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
366374If you still prefer to use a legacy configuration format (although we don't recommend it 😉), make sure to explicitly specify the paths to
You can’t perform that action at this time.
0 commit comments