From f091f7fc1cf3b4b89536035d1e947a730bfe5e60 Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Thu, 9 Jul 2020 00:08:39 +0000 Subject: [PATCH] docs: Add a note about `gatsby-image` fragments not working in GraphiQL (#25387) * Add a note about queries not working in GraphiQL This is a known issue, but it could confuse new Gatsby users (like myself). [See the `gatsby-image` docs for details](https://www.gatsbyjs.org/packages/gatsby-image/#fragments), and [this GraphiQL issue for progress on a fix](https://github.com/graphql/graphiql/issues/612). * chore: format * Update docs/tutorial/gatsby-image-tutorial/index.md Co-authored-by: Yogi * Fix relative link Co-authored-by: gatsbybot Co-authored-by: Ward Peeters Co-authored-by: Yogi Co-authored-by: Aisha Blake --- yarn.lock | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index 1cbd4f1..9ed7cb4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1396,12 +1396,7 @@ dependencies: "@types/node" "*" -"@types/node@*": - version "14.0.14" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.14.tgz#24a0b5959f16ac141aeb0c5b3cd7a15b7c64cbce" - integrity sha512-syUgf67ZQpaJj01/tRTknkMNoBBLWJOBODF0Zm4NrXmiSuxjymFrxnTu1QVYRubhVkRcZLYZG8STTwJRdVm/WQ== - -"@types/node@^8.5.7": +"@types/node@*", "@types/node@^8.5.7": version "8.10.61" resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.61.tgz#d299136ce54bcaf1abaa4a487f9e4bedf6b0d393" integrity sha512-l+zSbvT8TPRaCxL1l9cwHCb0tSqGAGcjPJFItGGYat5oCTiq1uQQKYg5m7AF1mgnEBzFXGLJ2LRmNjtreRX76Q==