From e071b503db6f2b966932f25ea272e81dc0b2f54c Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Tue, 21 Sep 2021 22:35:35 +0900 Subject: [PATCH] Fix markdown code block language tag in README.md (#506) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e406004..2d1979cf 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ query MyQuery { If you have configured [the webpack graphql-tag/loader](#webpack-loading-and-preprocessing), you can import modules containing graphQL queries. The imported value will be the pre-built AST. -```graphql +```js import MyQuery from 'query.graphql' ```