From 3e5c927f357575926bbae26b9b3988ec870c3e36 Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Tue, 29 Dec 2020 18:49:45 +0000 Subject: [PATCH] feat(gatsby-source-graphql): Default Apollo Link fetch wrapper to show better API errors (#28786) * apollo fetch http error status * update tests Co-authored-by: Vladimir Razuvaev Co-authored-by: gatsbybot --- yarn.lock | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index a3695a42e101d..9809e70b91209 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1761,7 +1761,12 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@^8.5.7": +"@types/node@*": + version "14.14.7" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.7.tgz#8ea1e8f8eae2430cf440564b98c6dfce1ec5945d" + integrity sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg== + +"@types/node@^8.5.7": version "8.10.66" resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.66.tgz#dd035d409df322acc83dff62a602f12a5783bbb3" integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==