From d0fb3aa098957f413cc121e5d1ee1dc1dd4e1b2f Mon Sep 17 00:00:00 2001 From: wangao Date: Fri, 26 Jun 2020 13:05:39 +0800 Subject: [PATCH] Update apollo-config.md fix(typo): client.exclude should contain __tests__ by default --- docs/source/devtools/apollo-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/devtools/apollo-config.md b/docs/source/devtools/apollo-config.md index a0d33f25c..ce9102558 100644 --- a/docs/source/devtools/apollo-config.md +++ b/docs/source/devtools/apollo-config.md @@ -112,7 +112,7 @@ module.exports = { ### `client.excludes` -_Optional_ –– by default, Apollo tools will exclude `**/node_modules` and `**/__tests___` when looking for your queries and schema files. +_Optional_ –– by default, Apollo tools will exclude `**/node_modules` and `**/__tests__` when looking for your queries and schema files. If you want Apollo to ignore any of your other folders when looking for queries and schema definitions, adjust your config like so: